Commit 1e5d0a1c authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove unnecessary methods causing too much info in json representation

parent 9a4e724c
......@@ -34,14 +34,6 @@ public class Team {
public Team() {
}
public ObjectId getId() {
return id;
}
public void setId(ObjectId id) {
this.id = id;
}
public String getName() {
return name;
}
......
......@@ -32,14 +32,6 @@ public class User implements Principal {
public User() {
}
public ObjectId getId() {
return id;
}
public void setId(ObjectId id) {
this.id = id;
}
@Override
public String getName() {
return name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment