Subversion Repository Public Repository

litesoft

Diff Revisions 154 vs 801 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/RenderedDeferredCommandHelper.java

Diff revisions: vs.
  @@ -1,7 +1,7 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.client.widgets;
3 3
4 - import org.litesoft.GWT.client.*;
4 + import org.litesoft.core.typeutils.*;
5 5
6 6 import com.google.gwt.core.client.*;
7 7 import com.google.gwt.user.client.*;
  @@ -56,7 +56,7 @@
56 56 {
57 57 if ( pOffsetSize > 0 )
58 58 {
59 - if ( null != (pSize = UtilsGwt.noEmpty( pSize )) )
59 + if ( null != (pSize = Strings.noEmpty( pSize )) )
60 60 {
61 61 return pSize.equals( Integer.toString( pOffsetSize ) );
62 62 }