Fix compilation issue produced by the previous commit

This commit is contained in:
Colin McDonald 2016-06-24 18:56:37 -04:00
parent aaba9cb369
commit 1c07b20f89
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;