Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/DATT/GWT/App/src/org/litesoft/datt/server/pos/ReportRestrictedResourceCommonNamesGO.java

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class ReportRestrictedResourceCommonNamesGO
6 - extends ReportNames
5 + public abstract class ReportRestrictedResourceCommonNamesGO extends ReportNames
7 6 {
8 7 public static final String OBJECT_NAME = "ReportRestrictedResourceCommon";
9 8
  @@ -34,9 +33,7 @@
34 33 return (RestrictedResourceNames) toOne( this, aRestrictedResource, RestrictedResourceNames.Factory.INSTANCE );
35 34 }
36 35
37 - public static class CollectionOf
38 - extends ReportRestrictedResourceCommonNames
39 - implements CollectionOfPONamesAccessor
36 + public static class CollectionOf extends ReportRestrictedResourceCommonNames implements CollectionOfPONamesAccessor
40 37 {
41 38 private String mCollectionPath;
42 39
  @@ -60,8 +57,7 @@
60 57 }
61 58 }
62 59
63 - public static class Factory
64 - implements IFactory
60 + public static class Factory implements IFactory
65 61 {
66 62 public static final IFactory INSTANCE = new Factory();
67 63