Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 856 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/support/mdconstruction/FormAMDFactory_SimpleFloatingPointLong.java

Diff revisions: vs.
  @@ -21,7 +21,7 @@
21 21 Integer decimalPlaces = getDecimalPlaces( pParams, 0 );
22 22 NumericFormatControl formatControl = getNumericFormatControl( pParams );
23 23 return new AMDconverterPair( new SendableSimpleFloatingPointLongConverter( formatControl ),
24 - new SimpleFloatingPointLongMetaData( pParams.getUsage(),
24 + new FloatingPointLongMetaData( pParams.getUsage(),
25 25 pParams.isDisabled(), //
26 26 pParams.getHints(), //
27 27 pParams.getFieldLabel(), //