Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -37,8 +37,7 @@
37 37 return rv;
38 38 }
39 39
40 - public static SimpleFloatingPointLong getInstance( NumericFormatControl pFormatControl,
41 - LL_FloatingPointLong pFloatingPointLong )
40 + public static SimpleFloatingPointLong getInstance( NumericFormatControl pFormatControl, LL_FloatingPointLong pFloatingPointLong )
42 41 {
43 42 if ( pFloatingPointLong instanceof SimpleFloatingPointLong )
44 43 {