working
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / Importer.java
index 810d694db5a316a4aca1290b5b31650312005f0d..f7fece064d6028d8fca8ff5a742cf997f52f52b2 100644 (file)
@@ -171,12 +171,7 @@ public class Importer {
                        } else {
                                if (line.endsWith(":")) {
                                        // construct
-                                       try {
-                                               me = SerialUtils.createObject(type);
-                                       } catch (NoSuchMethodException e) {
-                                               System.out.println("LINE: <" + line + ">");
-                                               throw e;
-                                       }
+                                       me = SerialUtils.createObject(type);
                                } else {
                                        // direct value
                                        int pos = line.indexOf(":");