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…
Reference in New Issue