v1.0.1 #355

Merged
greg6775 merged 58 commits from greg-dev into master 2020-02-02 19:06:01 +01:00
Showing only changes of commit 6cb0929f41 - Show all commits

View file

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