Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 801 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/commands/TextCommand.java

Diff revisions: vs.
  @@ -2,7 +2,7 @@
2 2 package org.litesoft.GWT.client.commands;
3 3
4 4 import org.litesoft.GWT.client.*;
5 - import org.litesoft.core.util.*;
5 + import org.litesoft.core.typeutils.*;
6 6
7 7 public abstract class TextCommand extends DisableableCommand implements IMenuableDef
8 8 {
  @@ -22,7 +22,7 @@
22 22
23 23 public void setText( String pText )
24 24 {
25 - mText = UtilsCommon.noEmpty( pText );
25 + mText = Strings.noEmpty( pText );
26 26 }
27 27
28 28 public boolean isEnabled()