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:
parent
bf90c6723f
commit
8f4d087d08
|
@ -349,7 +349,7 @@ public class TopicServiceImpl extends RemoteServiceServlet implements TopicServi
|
||||||
Map<String, Double> scoredListSorted = sortByWeight(weights);
|
Map<String, Double> scoredListSorted = sortByWeight(weights);
|
||||||
for(Entry<String, Double> entry : scoredListSorted.entrySet()){
|
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;
|
return weights;
|
||||||
|
|
Loading…
Reference in New Issue