mirror of
https://github.com/corda/corda.git
synced 2025-03-11 23:13:58 +00:00
Brought interface in line with Sun
This commit is contained in:
parent
b871f430d0
commit
9023899c81
@ -15,7 +15,7 @@ public interface Collection<T> extends Iterable<T> {
|
||||
|
||||
public boolean isEmpty();
|
||||
|
||||
public boolean contains(T element);
|
||||
public boolean contains(Object element);
|
||||
|
||||
public boolean add(T element);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user