diff flys-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
line wrap: on
line diff
--- a/flys-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Thu Apr 25 12:31:32 2013 +0200
+++ b/flys-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Thu Apr 25 13:12:15 2013 +0200
@@ -1,4 +1,4 @@
-package de.intevation.flys.client.server;
+package org.dive4elements.river.client.server;
 
 import java.io.OutputStream;
 import java.io.IOException;
@@ -13,10 +13,10 @@
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import de.intevation.artifacts.common.utils.ClientProtocolUtils;
+import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
 
-import de.intevation.artifacts.httpclient.http.HttpClient;
-import de.intevation.artifacts.httpclient.http.HttpClientImpl;
+import org.dive4elements.artifacts.httpclient.http.HttpClient;
+import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
 
 
 /**

http://dive4elements.wald.intevation.org