Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class ImageReferenceNamesGO
6 - extends AbstractPONames
5 + public abstract class ImageReferenceNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "ImageReference";
9 8
  @@ -39,9 +38,7 @@
39 38 */
40 39 public final String aOriginalFileName = mParentPath + "OriginalFileName";
41 40
42 - public static class CollectionOf
43 - extends ImageReferenceNames
44 - implements CollectionOfPONamesAccessor
41 + public static class CollectionOf extends ImageReferenceNames implements CollectionOfPONamesAccessor
45 42 {
46 43 private String mCollectionPath;
47 44
  @@ -65,8 +62,7 @@
65 62 }
66 63 }
67 64
68 - public static class Factory
69 - implements IFactory
65 + public static class Factory implements IFactory
70 66 {
71 67 public static final IFactory INSTANCE = new Factory();
72 68