Skip to content

Commit

Permalink
better info messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkan Gezer committed Jun 23, 2020
1 parent 156ce8d commit 57429c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/mxgraph/io/mxObjectCodec.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public mxObjectCodec(Object template, String[] exclude, String[] idrefs,
Map<String, String> 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)
Expand Down

0 comments on commit 57429c7

Please sign in to comment.