public enum EmailChangeStatus implements Serializable {
/**
- * Newly added address (default)
- *//**
- * Newly added address (default)
+ * Newly added email address (default)
*/
NEW("EMAIL_CHANGE_STATUS_NEW"), //NOI18N
/**
* Checks if password from container matches the updatedUser's password
* <p>
- * @param container Container holding user instance and unencrypted password
+ * @param container Container holding user instance and unencrypted password
* @param updatedUser Updated user instance from database
* <p>
* @return Whethet the password matches