This commit is contained in:
GregTCLTK 2020-02-01 21:20:00 +01:00
parent 748fd7c1b2
commit 6cb0929f41
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

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;
}