BAEL-3086 - Clean up

This commit is contained in:
Norberto Ritzmann Jr
2019-11-22 10:21:10 +01:00
parent a0011be9fc
commit 4c50b3043b
3 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ public class User implements Serializable {
@Override
public String toString() {
return "struct<" + id + "," + name + ">";
return "<" + id + "," + name + ">";
}
}