HighlightSuggestOracle: Fix line wrapping warning from Checkstyle

Change-Id: Iff13c0622bf8111305bc1340c2269d9d16dd9eb0
This commit is contained in:
David Pursehouse 2016-07-13 09:27:39 +09:00
parent 530409a84c
commit 237064d0f0

View File

@ -115,7 +115,8 @@ public abstract class HighlightSuggestOracle extends SuggestOracle {
@Override
public int compare(String s1, String s2) {
return Integer.compare(s2.length(), s1.length());
}});
}
});
List<String> result = new ArrayList<>();
for (String s : queryTerms) {