File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
java/ql/test/library-tests/frameworks/apache-collections Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ public class Test {
120
120
HashedMap newHashedMapWithMapKey (Object element ) { HashedMap m = new HashedMap (); m .put (element ,null ); return m ; }
121
121
MyAbstractMapEntry newMAMEWithMapKey (Object element ) { return new MyAbstractMapEntry (element ,null ); }
122
122
MyAbstractMapEntryDecorator newMAMEDWithMapKey (Object element ) { return new MyAbstractMapEntryDecorator (newMAMEWithMapKey (element )); }
123
- // MultiMap newMMWithMapKey(Object element) { MultiMap m = new MultiValueMap(); m.put(element,null); return m; }
124
123
MultiValuedMap newMVMWithMapKey (Object element ) { MultiValuedMap m = new ArrayListValuedHashMap (); m .put (element ,null ); return m ; }
125
124
OrderedMapIterator newOMIWithElement (Object element ) { LinkedMap m = new LinkedMap (); m .put (element ,null ); return m .mapIterator (); }
126
125
ResourceBundle newRBWithMapKey (Object element ) { return (ResourceBundle )null ; }
You can’t perform that action at this time.
0 commit comments