Skip to content
Snippets Groups Projects
Commit 71ef8b3f authored by juanf's avatar juanf
Browse files

SP-935 / BIS-517 : ELN UI - Copy YeastLab iPad Search for ELN service

SVN: 30005
parent c20e17f6
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter ...@@ -157,7 +157,7 @@ public class SearchResultSorterByScore implements ISearchResultSorter
} }
} }
} }
System.out.println(entity.getCode() + " " + score); // For development System.out.println(entity.getCode() + " " + score);
return score; return score;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment