mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
remove @Overload annotation since Java 1.5.0_19 chokes on it
This commit is contained in:
parent
75de0a621b
commit
580e7e1b3f
@ -393,7 +393,6 @@ public class Collections {
|
||||
this.cmp = cmp;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int compare(T o1, T o2) {
|
||||
return - cmp.compare(o1, o2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user