Index: applications/editors/josm/plugins/CommandLine/src/CommandLine/Command.java
===================================================================
--- applications/editors/josm/plugins/CommandLine/src/CommandLine/Command.java	(revision 29819)
+++ applications/editors/josm/plugins/CommandLine/src/CommandLine/Command.java	(revision 29854)
@@ -30,4 +30,5 @@
     public Command () {	parameters = new ArrayList<Parameter>(); optParameters = new ArrayList<Parameter>(); currentParameterNum = 0; tracks = false; asynchronous = false; icon = ""; }
 
+    @SuppressWarnings("unchecked")
     public boolean loadObject(Object obj) {
         Parameter currentParameter = parameters.get(currentParameterNum);
