Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/ChangePasswordFactory.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 import org.litesoft.uispecification.*;
6 5
  @@ -15,7 +14,7 @@
15 14 }
16 15
17 16 @Override
18 - public DialogView createDialog( ClientContext pClientContext, Object pParams ) {
17 + public DialogView createDialog( Object pParams ) {
19 18 return new ChangePassword<T>( mSection, mViewDef );
20 19 }
21 20 }