Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/LoginPasswordResetDialogViewFactory.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.view;
2 3
3 4 import org.litesoft.core.*;
  @@ -7,4 +8,4 @@
7 8 public interface LoginPasswordResetDialogViewFactory
8 9 {
9 10 public DialogView createDialog( ClientContext pClientContext, Command pOnSuccess );
10 - }
11 + }