Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/client/ViewDefs.java

Diff revisions: vs.
  @@ -1,12 +1,11 @@
1 1 package org.litesoft.initfrom.client;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.initfrom.client.boviews.*;
6 4 import org.litesoft.uispecification.*;
7 5
8 - public interface ViewDefs
9 - {
6 + import java.util.*;
7 +
8 + public interface ViewDefs {
10 9 public static final ViewDef HOME = ViewDef.HOME;
11 10
12 11 // Home View...
  @@ -105,10 +104,8 @@
105 104 };
106 105 public static final Map<Role, ViewDef[]> ROLES_MAP = Helper.createRolesMap();
107 106
108 - class Helper
109 - {
110 - public static Map<Role, ViewDef[]> createRolesMap()
111 - {
107 + class Helper {
108 + public static Map<Role, ViewDef[]> createRolesMap() {
112 109 HashMap<Role, ViewDef[]> zMap = new HashMap<Role, ViewDef[]>();
113 110 zMap.put( Role.EndUser, EndUser_Options );
114 111 zMap.put( Role.EndUserManager, EndUserManager_Options );