Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/AbstractSimpleEventBus.java

Diff revisions: vs.
  @@ -3,7 +3,7 @@
3 3
4 4 import org.litesoft.GWT.eventbus.client.nonpublic.*;
5 5 import org.litesoft.core.delayed.*;
6 - import org.litesoft.core.util.*;
6 + import org.litesoft.core.typeutils.*;
7 7
8 8 /**
9 9 * A simple, non-distributed implementation of an event bus.
  @@ -72,7 +72,7 @@
72 72 }
73 73 catch ( RuntimeException e )
74 74 {
75 - handleUnexpectedException( UtilsCommon.justClassNameOf( zListener ), e );
75 + handleUnexpectedException( Objects.justClassNameOf( zListener ), e );
76 76 }
77 77 }
78 78 }