Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotruntime / master / ClassRuntimeInstrumenterMaster.java
index f516a9dd3c504e35c4fd496a455bb3b2175aaffb..9e49cb539327f1b4d87b576f367286e8641b328a 100644 (file)
@@ -312,8 +312,7 @@ public final class ClassRuntimeInstrumenterMaster extends ClassVisitor implement
                        }
 
                } catch (IOException ex) {
-                       System.out.println("ClassRuntimeInstrumenterMaster@RunInstrumentation: IOException: "
-                                                                                                + ex.getMessage());
+                       System.out.println("ClassRuntimeInstrumenterMaster@RunInstrumentation: IOException: " + ex.getMessage());
                        ex.printStackTrace();
                }
        }