Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -517,9 +517,9 @@
517 517 {
518 518 add( String.class, FormAMDFactory_String.INSTANCE );
519 519
520 - add( SimpleFloatingPointLong.class, FormAMDFactory_SimpleFloatingPointLong.INSTANCE );
520 + add( FloatingPointLong.class, FormAMDFactory_SimpleFloatingPointLong.INSTANCE );
521 521
522 - add( SimpleFixedPointLong.class, FormAMDFactory_SimpleFixedPointLong.INSTANCE );
522 + add( FixedPointLong.class, FormAMDFactory_SimpleFixedPointLong.INSTANCE );
523 523
524 524 add( Money.class, FormAMDFactory_SimpleMoney.INSTANCE );
525 525