Subversion Repository Public Repository

litesoft

Diff Revisions 860 vs 862 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/SimpleTimestamp.java

Diff revisions: vs.
  @@ -51,10 +51,6 @@
51 51 {
52 52 throw new IllegalArgumentException( "Date may NOT be null" );
53 53 }
54 - if ( !pDate.isValidToDay() )
55 - {
56 - throw new IllegalArgumentException( "Date MUST be valid to the Day" );
57 - }
58 54 setDate( pDate );
59 55 }
60 56