Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -15,8 +15,7 @@
15 15 }
16 16
17 17 public NumericFormatter( String pFormat, //
18 - NumericFormatPartHelper[] pToUndecorated,
19 - NumericFormatPartHelper[] pToDecorated )
18 + NumericFormatPartHelper[] pToUndecorated, NumericFormatPartHelper[] pToDecorated )
20 19 {
21 20 mFormat = pFormat;
22 21 mToUndecorated = pToUndecorated;