Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/formatters/WholePartFormatHelper.java

Diff revisions: vs.
  @@ -21,8 +21,7 @@
21 21 {
22 22 if ( zParsedWholePart.length() > 1 )
23 23 {
24 - throw new IllegalArgumentException(
25 - "Whole part " + zParsedWholePart + " is too large to be formatted" );
24 + throw new IllegalArgumentException( "Whole part " + zParsedWholePart + " is too large to be formatted" );
26 25 }
27 26 else if ( zParsedWholePart.length() == 0 )
28 27 {