Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class StoryNamesGO
6 - extends AbstractPONames
5 + public abstract class StoryNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "Story";
9 8
  @@ -84,9 +83,7 @@
84 83 return (TaskNames) toMany( this, aTasks, TaskNames.Factory.INSTANCE );
85 84 }
86 85
87 - public static class CollectionOf
88 - extends StoryNames
89 - implements CollectionOfPONamesAccessor
86 + public static class CollectionOf extends StoryNames implements CollectionOfPONamesAccessor
90 87 {
91 88 private String mCollectionPath;
92 89
  @@ -110,8 +107,7 @@
110 107 }
111 108 }
112 109
113 - public static class Factory
114 - implements IFactory
110 + public static class Factory implements IFactory
115 111 {
116 112 public static final IFactory INSTANCE = new Factory();
117 113