Fix compilation issue produced by the previous commit
This commit is contained in:
parent
aaba9cb369
commit
1c07b20f89
@ -1,9 +1,9 @@
|
|||||||
mongo.address=localhost
|
mongo.address=209.222.96.50
|
||||||
mongo.port=27017
|
mongo.port=27017
|
||||||
mongo.database=MineHQ
|
mongo.database=MineHQ
|
||||||
mongo.username=
|
mongo.username=
|
||||||
mongo.password=
|
mongo.password=
|
||||||
redis.address=localhost
|
redis.address=209.222.96.50
|
||||||
redis.port=6379
|
redis.port=6379
|
||||||
http.port=80
|
http.port=80
|
||||||
mandrill.apiKey=0OYtwymqJP6oqvszeJu0vQ
|
mandrill.apiKey=0OYtwymqJP6oqvszeJu0vQ
|
||||||
|
@ -103,7 +103,7 @@ public final class User {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public User() {} // For Jackson
|
private User() {} // For Jackson
|
||||||
|
|
||||||
public User(UUID id, String lastUsername) {
|
public User(UUID id, String lastUsername) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
|
Loading…
Reference in New Issue
Block a user