Greg dev #363

Merged
greg6775 merged 18 commits from greg-dev into hax-dev 2020-02-02 16:12:41 +01:00
Showing only changes of commit 6cb0929f41 - Show all commits

View file

@ -43,18 +43,10 @@ public class RethinkUser {
this.rethink = rethink;
}
public RethinkUser(String id) {
this.id = id;
}
public Rethink getRethink() {
return rethink;
}
public void setRethink(Rethink rethink) {
this.rethink = rethink;
}
public String getId() {
return id;
}