fixed log

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/top-topics@130793 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-25 17:20:21 +00:00
parent bf90c6723f
commit 8f4d087d08
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ public class TopicServiceImpl extends RemoteServiceServlet implements TopicServi
Map<String, Double> scoredListSorted = sortByWeight(weights);
for(Entry<String, Double> entry : scoredListSorted.entrySet()){
System.out.println("[hashtag=" + entry.getKey() + " , weight=" + entry.getValue() + "]");
_log.debug("[hashtag=" + entry.getKey() + " , weight=" + entry.getValue() + "]");
}
return weights;