Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/Prioritizer/src/org/litesoft/prioritizer/server/pos/DocumentReference.java

Diff revisions: vs.
  @@ -3,15 +3,12 @@
3 3 import org.litesoft.core.util.*;
4 4 import org.litesoft.orsup.transact.*;
5 5
6 - public class DocumentReference extends DocumentReferenceGO
7 - {
8 - public DocumentReference( Transaction pTransaction )
9 - {
6 + public class DocumentReference extends DocumentReferenceGO {
7 + public DocumentReference( Transaction pTransaction ) {
10 8 super( pTransaction );
11 9 }
12 10
13 - public DocumentReference( ConstructionControl pConstructionControl )
14 - {
11 + public DocumentReference( ConstructionControl pConstructionControl ) {
15 12 super( pConstructionControl );
16 13 }
17 14 }