minor fixes

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@135279 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-12-04 14:40:58 +00:00
parent 7baff1b51c
commit 2df95eb79f
3 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ public class GrsfPublisherFisheryService {
catalogue.getApiKeyFromUsername(username), catalogue.getApiKeyFromUsername(username),
futureTitle, futureTitle,
futureName, futureName,
"grsf", //TO DELETE TODO organization,//"grsf", //TO DELETE TODO
authorFullname, authorFullname,
authorMail, authorMail,
record.getMaintainer(), record.getMaintainer(),

View File

@ -208,7 +208,7 @@ public class GrsfPublisherStockService {
catalogue.getApiKeyFromUsername(username), catalogue.getApiKeyFromUsername(username),
futureTitle, futureTitle,
futureName, futureName,
"grsf", //TO DELETE TODO organization,//"grsf", //TO DELETE TODO
authorFullname, authorFullname,
authorMail, authorMail,
record.getMaintainer(), record.getMaintainer(),

View File

@ -57,7 +57,7 @@ public class AssociationToGroupThread extends Thread {
Set<String> uniqueGroups = new HashSet<String>(groupsTitles); Set<String> uniqueGroups = new HashSet<String>(groupsTitles);
logger.info("Full set of groups is " + groupsTitles); logger.info("Full set of groups is " + uniqueGroups);
// retrieve the role to be assigned according the one the user has into the organization of the dataset // retrieve the role to be assigned according the one the user has into the organization of the dataset