Subversion Repository Public Repository

litesoft

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

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