cleanup account

This commit is contained in:
eugenp 2014-12-27 16:57:10 +02:00
parent 9ee44f1d78
commit f5eb81e8e6
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public class VerificationToken {
this.expiryDate = calculateExpiryDate(EXPIRATION); this.expiryDate = calculateExpiryDate(EXPIRATION);
} }
public String getToken() { public String getToken() {
return token; return token;
} }