Skip to content
Snippets Groups Projects
Commit 17156e99 authored by felmer's avatar felmer
Browse files

LMS-103

improved toString()

SVN: 2338
parent 8acfd08a
No related merge requests found
...@@ -143,7 +143,7 @@ public class Format ...@@ -143,7 +143,7 @@ public class Format
@Override @Override
public String toString() public String toString()
{ {
return "Format: " + code + " " + version + (variant == null ? "" : "[" + variant + "]"); return "Format: " + code + " " + version + (variant == null ? "" : " [" + variant + "]");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment