Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/GWT/client/view/ResetPasswordDialogFactory.java

Diff revisions: vs.
  @@ -1,6 +1,5 @@
1 1 package org.litesoft.GWT.client.view;
2 2
3 - import org.litesoft.core.*;
4 3 import org.litesoft.security.*;
5 4
6 5 import com.google.gwt.core.client.*;
  @@ -8,7 +7,7 @@
8 7
9 8 public class ResetPasswordDialogFactory<T extends SecurityUserView<T>> implements LoginPasswordResetDialogViewFactory {
10 9 @Override
11 - public DialogView createDialog( ClientContext pClientContext, final Command pOnSuccess ) {
10 + public DialogView createDialog( final Command pOnSuccess ) {
12 11 return new ChangePassword<T>( "Reset Password" ) {
13 12 @Override
14 13 protected void submitSucceeded() {