Subversion Repository Public Repository

litesoft

Diff Revisions 938 vs 939 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/eventbus/server/AbstractAuthenticatingServerApp.java

Diff revisions: vs.
  @@ -3,7 +3,7 @@
3 3
4 4 import org.litesoft.GWT.eventbus.server.nonpublic.*;
5 5 import org.litesoft.*;
6 - import org.litesoft.core.typeutils.*;
6 + import org.litesoft.commonfoundation.typeutils.*;
7 7
8 8 public abstract class AbstractAuthenticatingServerApp extends AbstractServerApp
9 9 implements AuthenticatedServerEventBusSupport