BAEL-3086 - Clean up
This commit is contained in:
@@ -22,6 +22,6 @@ public class User implements Serializable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "struct<" + id + "," + name + ">";
|
||||
return "<" + id + "," + name + ">";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user