Subversion Repository Public Repository

litesoft

Diff Revisions 801 vs 804 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/AbstractNumericRequireableAttributeAdapter.java

Diff revisions: vs.
  @@ -8,7 +8,6 @@
8 8 import org.litesoft.core.simpletypes.*;
9 9 import org.litesoft.core.simpletypes.nonpublic.*;
10 10 import org.litesoft.core.typeutils.*;
11 - import org.litesoft.core.util.*;
12 11 import org.litesoft.ui.def.nonpublic.*;
13 12 import org.litesoft.ui.def.nonpublic.support.*;
14 13 import org.litesoft.uispecification.*;
  @@ -145,7 +144,7 @@
145 144
146 145 private String getCurrentValueErrorText( Object pComponentCurrentValue )
147 146 {
148 - if ( !UtilsCommon.areNonArraysEqual( pComponentCurrentValue, mLastErrorComponentCurrentValue ) )
147 + if ( !Objects.areNonArraysEqual( pComponentCurrentValue, mLastErrorComponentCurrentValue ) )
149 148 {
150 149 convertComponentValueToSendable( mComponent.getCurrentText() );
151 150 }