Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 802 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/GwtRenderableRect.java

Diff revisions: vs.
  @@ -2,7 +2,7 @@
2 2 package org.litesoft.GWT.client.widgets.nonpublic;
3 3
4 4 import org.litesoft.GWT.client.widgets.*;
5 - import org.litesoft.core.util.*;
5 + import org.litesoft.core.typeutils.*;
6 6 import org.litesoft.logger.*;
7 7 import org.litesoft.render.*;
8 8 import org.litesoft.uispecification.*;
  @@ -192,7 +192,7 @@
192 192 public static Integer size( String pSize )
193 193 throws NumberFormatException
194 194 {
195 - String cleaned = UtilsCommon.deNull( pSize ).trim();
195 + String cleaned = Strings.deNull( pSize ).trim();
196 196 if ( cleaned.length() == 0 )
197 197 {
198 198 return null;