Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/nonpublic/TemporalParsingSupport.java

Diff revisions: vs.
  @@ -199,7 +199,6 @@
199 199 {
200 200 return 0;
201 201 }
202 -
203 202 }
204 203
205 204 public static class MonthAsTextPC extends StringPC
  @@ -317,8 +316,7 @@
317 316 {
318 317 if ( mValue > pMaxValue )
319 318 {
320 - throw new IllegalArgumentException(
321 - pWhat + "(" + mValue + ") from '" + pFromText + "' greater than " + pMaxValue );
319 + throw new IllegalArgumentException( pWhat + "(" + mValue + ") from '" + pFromText + "' greater than " + pMaxValue );
322 320 }
323 321 }
324 322