cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.webapp / src / main / java / eu / etaxonomy / taxeditor / webapp / CdmServer.java
index a220954748d4bb88afc86659cf10bd540de7bc5f..083af5056331b4908c14b164a4f829f5f325c3aa 100644 (file)
@@ -34,8 +34,6 @@ import org.eclipse.jetty.util.preventers.AppContextLeakPreventer;
 import org.eclipse.jetty.webapp.WebAppContext;
 import org.osgi.framework.Bundle;
 
-import eu.etaxonomy.taxeditor.webapp.server.RemotingLoginDialogLocal;
-
 /**
  * (Singleton) Server instance which manages a compatible cdmlib-webapp-war.
  * This is done by launching a jetty instance (using jetty-runner) as an
@@ -160,11 +158,11 @@ public class CdmServer {
         throw new CdmEmbeddedServerException("Could not find a free TCP/IP port to start embedded Jetty HTTP Server on");
     }
 
-    public void start(CDMServerError cdmServerError) throws CdmEmbeddedServerException {
+    public void start(ICDMServerError cdmServerError) throws CdmEmbeddedServerException {
         start(true, cdmServerError);
     }
 
-    public void start(boolean wait, final RemotingLoginDialogLocal remotingLoginDialogLocal) throws CdmEmbeddedServerException {
+    public void start(boolean wait, final ICDMServerError remotingLoginDialogLocal) throws CdmEmbeddedServerException {
 
         if(server == null) {
             throw new CdmEmbeddedServerException("Server is already disposed");