fix: remove unused constructor
This commit is contained in:
parent
d351f25e3a
commit
0b13c1242b
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ public class CurrentUser extends User {
|
|||
|
||||
private CurrentUser() {
|
||||
super();
|
||||
}
|
||||
|
||||
private CurrentUser(int uniqueId) {
|
||||
super(uniqueId);
|
||||
state = State.UNINITIALIZED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue