Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,8 +2,7 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public abstract class TaskNamesGO
6 - extends AbstractPONames
5 + public abstract class TaskNamesGO extends AbstractPONames
7 6 {
8 7 public static final String OBJECT_NAME = "Task";
9 8
  @@ -74,9 +73,7 @@
74 73 return (UserXrefTaskNames) toMany( this, aUsers, UserXrefTaskNames.Factory.INSTANCE );
75 74 }
76 75
77 - public static class CollectionOf
78 - extends TaskNames
79 - implements CollectionOfPONamesAccessor
76 + public static class CollectionOf extends TaskNames implements CollectionOfPONamesAccessor
80 77 {
81 78 private String mCollectionPath;
82 79
  @@ -100,8 +97,7 @@
100 97 }
101 98 }
102 99
103 - public static class Factory
104 - implements IFactory
100 + public static class Factory implements IFactory
105 101 {
106 102 public static final IFactory INSTANCE = new Factory();
107 103