Unused
This commit is contained in:
parent
748fd7c1b2
commit
6cb0929f41
1 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue