mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 23:44:48 +00:00
Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d1cb74151
commit
6602d00afa
@ -98,7 +98,7 @@ public class DualTreeBidiMap2Test<K extends Comparable<K>, V extends Comparable<
|
||||
}
|
||||
}
|
||||
|
||||
private static class IntegerComparator implements Comparator<Integer>, java.io.Serializable{
|
||||
private static class IntegerComparator implements Comparator<Integer>, Serializable{
|
||||
private static final long serialVersionUID = 1L;
|
||||
public int compare(final Integer o1, final Integer o2) {
|
||||
return o1.compareTo(o2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user