Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.forms.server.support.mdconstruction;
2 3
3 4 import org.litesoft.GWT.forms.server.support.*;
  @@ -20,7 +21,7 @@
20 21 {
21 22 String zCurrencyHint = pParams.getHintValue( CURRENCY );
22 23 SimpleCurrency zSC = Utils.isNullOrEmpty( zCurrencyHint ) ? //
23 - SimpleCurrency.US : //
24 + SimpleCurrency.US : //
24 25 SimpleCurrency.rehydrate( zCurrencyHint.trim() );
25 26 return new AMDconverterPair( new SendableSimpleMoneyConverter( zSC ),
26 27 new SimpleMoneyMetaData( pParams.getUsage(), pParams.isDisabled(), //