Subversion Repository Public Repository

litesoft

Diff Revisions 801 vs 802 for /trunk/Java/core/Server/src/org/litesoft/orsup/DB_ImportSupport.java

Diff revisions: vs.
  @@ -476,7 +476,7 @@
476 476 throw new IllegalArgumentException( "Neither a '+' nor a '-' after '" + TODAY_RELATIVE + "='" );
477 477 }
478 478 String zYears, zMonths, zDays;
479 - String[] zParts = Utils.parseChar( pValue.substring( 1 ).trim(), '/' );
479 + String[] zParts = Strings.parseChar( pValue.substring( 1 ).trim(), '/' );
480 480 switch ( zParts.length )
481 481 {
482 482 case 3: