rename ICdmServerError
[taxeditor.git] / eu.etaxonomy.taxeditor.webapp / src / main / java / eu / etaxonomy / taxeditor / webapp / CdmServer.java
index 3b0716c01017385c534c3583be75ec8b515e3f41..9bca819a3d13c2b186441c1b94c86af5488bd528 100644 (file)
@@ -34,7 +34,7 @@ import org.eclipse.jetty.util.preventers.AppContextLeakPreventer;
 import org.eclipse.jetty.webapp.WebAppContext;
 import org.osgi.framework.Bundle;
 
-import eu.etaxonomy.taxeditor.workbench.datasource.ICDMServerError;
+import eu.etaxonomy.taxeditor.workbench.datasource.ICdmServerError;
 
 /**
  * (Singleton) Server instance which manages a compatible cdmlib-webapp-war.
@@ -160,11 +160,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(ICDMServerError cdmServerError) throws CdmEmbeddedServerException {
+    public void start(ICdmServerError cdmServerError) throws CdmEmbeddedServerException {
         start(true, cdmServerError);
     }
 
-    public void start(boolean wait, final ICDMServerError remotingLoginDialogLocal) throws CdmEmbeddedServerException {
+    public void start(boolean wait, final ICdmServerError remotingLoginDialogLocal) throws CdmEmbeddedServerException {
 
         if(server == null) {
             throw new CdmEmbeddedServerException("Server is already disposed");