Added TODO

This commit is contained in:
Luca Frosini 2020-06-19 18:26:15 +02:00
parent d7cbc03f97
commit 62bb1d7a50
1 changed files with 3 additions and 0 deletions

View File

@ -273,6 +273,9 @@ public class CKANPackage extends CKAN {
return list(parameters);
}
/*
* TODO support the allowed organization in the VRE
*/
protected void checkOrganizationFilter(String q) {
Matcher m = ORGANIZATION_REGEX_PATTERN.matcher(q);