Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class TaskTemplateNamesGO
6 - extends AbstractPONames
5 + public abstract class TaskTemplateNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "TaskTemplate";
9 8
  @@ -34,9 +33,7 @@
34 33 return (StoryTemplateNames) toOne( this, aStoryTemplate, StoryTemplateNames.Factory.INSTANCE );
35 34 }
36 35
37 - public static class CollectionOf
38 - extends TaskTemplateNames
39 - implements CollectionOfPONamesAccessor
36 + public static class CollectionOf extends TaskTemplateNames 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