Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,12 +2,10 @@
2 2
3 3 import org.litesoft.orsup.nonpublic.*;
4 4
5 - public class DeviceNames
6 - extends DeviceNamesGO
5 + public class DeviceNames extends DeviceNamesGO
7 6 {
8 7 public DeviceNames( AbstractPONames pBuiltBy, String pParentPath )
9 8 {
10 9 super( pBuiltBy, pParentPath );
11 10 }
12 -
13 11 }