mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Like a noob, I missed some things... broke the compilation.
This commit is contained in:
@ -21,7 +21,7 @@ public interface Collection<T> extends Iterable<T> {
|
||||
|
||||
public boolean addAll(Collection<? extends T> collection);
|
||||
|
||||
public boolean remove(T element);
|
||||
public boolean remove(Object element);
|
||||
|
||||
public <S> S[] toArray(S[] array);
|
||||
|
||||
|
Reference in New Issue
Block a user