Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/nonpublic/PingEventPackage.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.eventbus.client.nonpublic;
3 3
4 - import org.litesoft.core.util.*;
4 + import org.litesoft.core.typeutils.*;
5 5
6 6 public class PingEventPackage implements AlwaysSendToPeer
7 7 {
  @@ -28,6 +28,6 @@
28 28
29 29 public String toString()
30 30 {
31 - return UtilsCommon.justClassNameOf( this );
31 + return Objects.justClassNameOf( this );
32 32 }
33 33 }