mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-11 12:35:57 +00:00
Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81d1982c3c
commit
e32f477085
@ -64,7 +64,7 @@ public class SplitMapUtils {
|
||||
return get.containsValue(value);
|
||||
}
|
||||
|
||||
public Set<java.util.Map.Entry<K, V>> entrySet() {
|
||||
public Set<Map.Entry<K, V>> entrySet() {
|
||||
return UnmodifiableEntrySet.unmodifiableEntrySet(get.entrySet());
|
||||
}
|
||||
|
||||
@ -143,7 +143,7 @@ public class SplitMapUtils {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public Set<java.util.Map.Entry<K, V>> entrySet() {
|
||||
public Set<Map.Entry<K, V>> entrySet() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user