Subversion Repository Public Repository

litesoft

Diff Revisions 60 vs 855 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/support/converters/SendableSimpleFixedPointLongConverter.java

Diff revisions: vs.
  @@ -18,6 +18,6 @@
18 18
19 19 protected Serializable convertCommon( Object pValue )
20 20 {
21 - return to_SimpleFixedPointLong( mDecimalPlaces, mFormatControl, pValue );
21 + return to_FixedPointLong( mDecimalPlaces, mFormatControl, pValue );
22 22 }
23 23 }