Subversion Repository Public Repository

litesoft

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