Subversion Repository Public Repository

litesoft

Diff Revisions 818 vs 819 for /trunk/Java/core/Server/tests/org/litesoft/or/DBAttributeSamples.java

Diff revisions: vs.
  @@ -3,9 +3,9 @@
3 3
4 4 import org.litesoft.core.simpletypes.*;
5 5 import org.litesoft.core.simpletypes.temporal.*;
6 + import org.litesoft.core.typeutils.*;
6 7 import org.litesoft.core.util.*;
7 8 import org.litesoft.orsup.transact.*;
8 - import org.litesoft.util.*;
9 9
10 10 public class DBAttributeSamples extends DBAttributeSamplesPO implements ResourceKeyNameURLaccessor
11 11 {
  @@ -24,7 +24,7 @@
24 24 {
25 25 if ( pOrderProcessed != null )
26 26 {
27 - if ( pOrderProcessed.after( Utils.nowTS() ) )
27 + if ( pOrderProcessed.after( Timestamps.now() ) )
28 28 {
29 29 throw new IllegalArgumentException( "May NOT be in the Future" );
30 30 }