Index: /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/util/Bag.java
===================================================================
--- /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/util/Bag.java	(revision 27887)
+++ /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/util/Bag.java	(revision 27888)
@@ -27,5 +27,5 @@
      * @return the list of elements with the same key
      */
-    public List<V> get(K key)
+    public List<V> get(Object key)
     {
         return super.get(key);
