Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 801 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/WindowName.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;
3 3
4 - import org.litesoft.core.util.*;
4 + import org.litesoft.core.typeutils.*;
5 5
6 6 /**
7 7 * Window Name is the name of the window.
  @@ -90,7 +90,7 @@
90 90 */
91 91 public static String get()
92 92 {
93 - return UtilsCommon.noEmpty( LLget() );
93 + return Strings.noEmpty( LLget() );
94 94 }
95 95
96 96 private static native String LLget()/*-{