Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -42,7 +42,7 @@
42 42 for ( int i = 0; i < pAttributeUpdatesNonNullOrEmpty.length; i++ )
43 43 {
44 44 AttributeUpdateFormData update = pAttributeUpdatesNonNullOrEmpty[i];
45 - if ( UtilsCommon.areNonArraysEqual( pFormDataRowKey, update.getFormDataRowKey() ) )
45 + if ( Objects.areNonArraysEqual( pFormDataRowKey, update.getFormDataRowKey() ) )
46 46 {
47 47 apply( update );
48 48 }