Simplify compose

This commit is contained in:
M66B
2018-12-27 10:17:24 +00:00
parent 04e91b1954
commit 3754a55ab7
4 changed files with 31 additions and 129 deletions

View File

@@ -197,9 +197,4 @@ public class EntityIdentity {
String getDisplayName() {
return (display == null ? name : display);
}
@Override
public String toString() {
return getDisplayName() + (primary ? "" : "");
}
}