Changeset 30340 in osm for applications/editors/josm/plugins/opendata/includes/org/jopendocument
- Timestamp:
- 2014-03-24T16:56:10+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/CollectionMap.java
r28000 r30340 79 79 } 80 80 81 /*82 * (non-Javadoc)83 *84 * @see org.apache.commons.collections.MultiHashMap#createCollection(java.util.Collection)85 */86 81 public Collection<V> createCollection(Collection coll) { 87 82 if (this.collectionClass != null)
Note:
See TracChangeset
for help on using the changeset viewer.