mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Brought interface in line with Sun
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user