dump view: names

This commit is contained in:
honfika
2014-06-22 00:25:28 +02:00
parent a0804e2cb9
commit 4e0ec9df93
106 changed files with 3758 additions and 3605 deletions
@@ -65,6 +65,6 @@ public class DumpInfo {
@Override
public String toString() {
String value = previewValue == null ? "" : previewValue.toString();
return name + "(" + type + ")" + (value.isEmpty() ? "" : " = " + value);
return name + " (" + type + ")" + (value.isEmpty() ? "" : " = " + value);
}
}