Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/DATT/src/org/litesoft/datt/client/ui/views/stories/MergeStoriesStepThreeFactory.java

Diff revisions: vs.
  @@ -1,7 +1,6 @@
1 1 package org.litesoft.datt.client.ui.views.stories;
2 2
3 3 import org.litesoft.GWT.client.view.*;
4 - import org.litesoft.core.*;
5 4 import org.litesoft.datt.client.*;
6 5 import org.litesoft.datt.client.support.*;
7 6 import org.litesoft.uispecification.*;
  @@ -15,7 +14,7 @@
15 14 }
16 15
17 16 @Override
18 - public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
17 + public ScreenView createScreen( UriFragmentIdParams pParams ) {
19 18 return new MergeStoriesStepThree( SECTION, VIEW_DEF, decodeParams( pParams ) );
20 19 }
21 20 }