mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00:00
Utils: Remove outdated comment.
This commit is contained in:
parent
e42e6686cc
commit
2b765d8aa8
@ -587,7 +587,6 @@ public class Utils {
|
||||
}
|
||||
|
||||
public static int maxOfMostFreq(int... items) {
|
||||
// Java 6 sucks.
|
||||
ArrayList<Integer> list = new ArrayList<>(items.length);
|
||||
for (int item : items) list.add(item);
|
||||
return maxOfMostFreq(list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user