Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/DATT/src/org/litesoft/datt/server/pos/ImageReference.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 ImageReference extends ImageReferenceGO
7 - {
8 - public ImageReference( Transaction pTransaction )
9 - {
6 + public class ImageReference extends ImageReferenceGO {
7 + public ImageReference( Transaction pTransaction ) {
10 8 super( pTransaction );
11 9 }
12 10
13 - public ImageReference( ConstructionControl pConstructionControl )
14 - {
11 + public ImageReference( ConstructionControl pConstructionControl ) {
15 12 super( pConstructionControl );
16 13 }
17 14 }