Subversion Repository Public Repository

litesoft

Diff Revisions 821 vs 854 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/forms/server/support/TypeHelper.java

Diff revisions: vs.
  @@ -521,7 +521,7 @@
521 521
522 522 add( SimpleFixedPointLong.class, FormAMDFactory_SimpleFixedPointLong.INSTANCE );
523 523
524 - add( SimpleMoney.class, FormAMDFactory_SimpleMoney.INSTANCE );
524 + add( Money.class, FormAMDFactory_SimpleMoney.INSTANCE );
525 525
526 526 add( SimpleTime.class, FormAMDFactory_SimpleTime.INSTANCE );
527 527 add( java.sql.Time.class, FormAMDFactory_SimpleTime.INSTANCE );