Subversion Repository Public Repository

litesoft

Diff Revisions 954 vs 955 for /trunk/Java/DATT/src/org/litesoft/datt/client/ui/views/stories/StoriesFactory.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.uispecification.*;
7 6
  @@ -14,7 +13,7 @@
14 13 }
15 14
16 15 @Override
17 - public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
16 + public ScreenView createScreen( UriFragmentIdParams pParams ) {
18 17 return new Stories( SECTION, VIEW_DEF, decodeParams( pParams ) );
19 18 }
20 19 }