Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class ToDoStoryNamesGO
6 - extends AbstractPONames
5 + public abstract class ToDoStoryNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "ToDoStory";
9 8
  @@ -59,9 +58,7 @@
59 58 return (ToDoTaskNames) toMany( this, aTasks, ToDoTaskNames.Factory.INSTANCE );
60 59 }
61 60
62 - public static class CollectionOf
63 - extends ToDoStoryNames
64 - implements CollectionOfPONamesAccessor
61 + public static class CollectionOf extends ToDoStoryNames implements CollectionOfPONamesAccessor
65 62 {
66 63 private String mCollectionPath;
67 64
  @@ -85,8 +82,7 @@
85 82 }
86 83 }
87 84
88 - public static class Factory
89 - implements IFactory
85 + public static class Factory implements IFactory
90 86 {
91 87 public static final IFactory INSTANCE = new Factory();
92 88