Skip to content

Commit

Permalink
Confirm Email: get code to deploy IQSS#2170
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 8, 2016
1 parent 2d6ba01 commit e75e2b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,14 @@ public Long getId() {
public void setId(Long id) {
this.id = id;
}


/**
* This is only here because it has to be: "The class should have a no-arg,
* public or protected constructor." Please use the constructor that takes
* arguments.
*/
@Deprecated
public ConfirmEmailData() {
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/

@ViewScoped
@Named("PasswordResetPage")
@Named("ConfirmEmailPage")
public class ConfirmEmailPage implements java.io.Serializable {

private static final Logger logger = Logger.getLogger(ConfirmEmailPage.class.getCanonicalName());
Expand Down

0 comments on commit e75e2b8

Please sign in to comment.