Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 949 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://unlicense.org
2 2 package org.litesoft.GWT.eventbus.client.nonpublic;
3 3
4 - import org.litesoft.commonfoundation.typeutils.*;
4 + import org.litesoft.commonfoundation.base.*;
5 5
6 6 public class PingEventPackage implements AlwaysSendToPeer {
7 7 public static final PingEventPackage INSTANCE = new PingEventPackage();
  @@ -22,6 +22,6 @@
22 22 }
23 23
24 24 public String toString() {
25 - return Objects.justClassNameOf( this );
25 + return ClassName.simple( this );
26 26 }
27 27 }