super();
}
+ @Override
+ public String getConfirmationKey () {
+ return this.confirmationKey;
+ }
+
+ @Override
+ public void setConfirmationKey (final String confirmationKey) {
+ this.confirmationKey = confirmationKey;
+ }
+
/**
* Post-construction method
*/
}
}
- @Override
- public String getConfirmationKey () {
- return this.confirmationKey;
- }
-
- @Override
- public void setConfirmationKey (final String confirmationKey) {
- this.confirmationKey = confirmationKey;
- }
-
@Override
public void maybeConfirmUserAccount () {
// Is the confirmation key set?