diff --git a/src/com/mxgraph/io/mxObjectCodec.java b/src/com/mxgraph/io/mxObjectCodec.java index 4f8a1ae..f3e1514 100644 --- a/src/com/mxgraph/io/mxObjectCodec.java +++ b/src/com/mxgraph/io/mxObjectCodec.java @@ -102,7 +102,7 @@ public mxObjectCodec(Object template, String[] exclude, String[] idrefs, Map mapping) { System.setProperty("java.util.logging.SimpleFormatter.format", - "[%1$tF %1$tT] [%4$-7s] %5$s [Source: %2$s] %n"); + "[%1$tF %1$tT] [%4$-7s] %5$s %n"); // [Source: %2$s] %n this.template = template; if (exclude != null)