fixed association group thread when discovering parents

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@152503 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-08-04 14:15:56 +00:00
parent 66e1a0e3a3
commit 1512ab942c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class AssociationToGroupThread extends Thread {
List<CkanGroup> parents = catalogue.getParentGroups(group, apiKey);
if(parents == null || parents.isEmpty())
return;
continue;
for (CkanGroup ckanGroup : parents) {
List<String> parentsList = new ArrayList<String>(Arrays.asList(ckanGroup.getName()));