We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d076 commit b8d0a7fCopy full SHA for b8d0a7f
src/test/java/org/apache/commons/collections4/map/AbstractIterableMapTest.java
@@ -98,15 +98,15 @@ public BulkTest bulkTestMapIterator() {
98
*/
99
@Override
100
public IterableMap<K, V> getMap() {
101
- return (IterableMap<K, V>) super.getMap();
+ return super.getMap();
102
}
103
104
/**
105
* {@inheritDoc}
106
107
108
public IterableMap<K, V> makeFullMap() {
109
- return (IterableMap<K, V>) super.makeFullMap();
+ return super.makeFullMap();
110
111
112
0 commit comments