Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/DATT/src/org/litesoft/datt/client/ui/views/home/HomeFactory.java

Diff revisions: vs.
  @@ -5,16 +5,13 @@
5 5 import org.litesoft.datt.client.*;
6 6 import org.litesoft.uispecification.*;
7 7
8 - public class HomeFactory extends ScreenViewFactory
9 - {
10 - public HomeFactory()
11 - {
8 + public class HomeFactory extends ScreenViewFactory {
9 + public HomeFactory() {
12 10 super( ViewDefs.HOME );
13 11 }
14 12
15 13 @Override
16 - public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams )
17 - {
14 + public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
18 15 return new Home();
19 16 }
20 17 }