mirror of
https://github.com/corda/corda.git
synced 2025-01-09 14:33:30 +00:00
should be fixed
This commit is contained in:
parent
d6fb1e0c7c
commit
f68f1e5888
@ -15,15 +15,9 @@ public interface Map<K, V> {
|
|||||||
|
|
||||||
public int size();
|
public int size();
|
||||||
|
|
||||||
<<<<<<< HEAD:classpath/java/util/Map.java
|
|
||||||
public boolean containsKey(Object obj);
|
public boolean containsKey(Object obj);
|
||||||
|
|
||||||
public boolean containsValue(Object obj);
|
public boolean containsValue(Object obj);
|
||||||
=======
|
|
||||||
public boolean containsKey(Object key);
|
|
||||||
|
|
||||||
public boolean containsValue(Object value);
|
|
||||||
>>>>>>> af784f4cbc18911e29127bcda8110de9bb56d654:classpath/java/util/Map.java
|
|
||||||
|
|
||||||
public V get(Object key);
|
public V get(Object key);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user