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

@@ -179,9 +179,4 @@ public class EntityAccount {
} else
return false;
}
@Override
public String toString() {
return name + (primary ? "" : "");
}
}