hashtags are not used for writing product post in grsf case since the underneath regex of tags splits them

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@139857 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-12-09 15:12:51 +00:00
parent dc9aedd214
commit 928b6dbabc
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ public class GrsfPublisherFisheryService {
futureTitle,
productUrl,
false,
new ArrayList<String>(tags),
null,
authorFullname).start();
logger.info("Thread to write a post about the new product has been launched");
}

View File

@ -263,7 +263,7 @@ public class GrsfPublisherStockService {
futureTitle,
productUrl,
false,
new ArrayList<String>(tags),
null,
authorFullname).start();
logger.info("Thread to write a post about the new product has been launched");
}