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.database=MineHQ
|
||||
mongo.username=
|
||||
mongo.password=
|
||||
redis.address=localhost
|
||||
redis.address=209.222.96.50
|
||||
redis.port=6379
|
||||
http.port=80
|
||||
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) {
|
||||
this.id = id;
|
||||
|
Loading…
Reference in New Issue
Block a user