comparison flys-client/src/main/java/org/dive4elements/river/client/server/ReportServiceImpl.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
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
1 package de.intevation.flys.client.server; 1 package org.dive4elements.river.client.server;
2 2
3 import java.io.InputStream; 3 import java.io.InputStream;
4 import java.io.IOException; 4 import java.io.IOException;
5 5
6 import org.w3c.dom.Document; 6 import org.w3c.dom.Document;
11 11
12 import com.google.gwt.user.server.rpc.RemoteServiceServlet; 12 import com.google.gwt.user.server.rpc.RemoteServiceServlet;
13 13
14 import org.apache.commons.lang.StringEscapeUtils; 14 import org.apache.commons.lang.StringEscapeUtils;
15 15
16 import de.intevation.flys.client.client.services.ReportService; 16 import org.dive4elements.river.client.client.services.ReportService;
17 17
18 import de.intevation.artifacts.common.utils.XMLUtils; 18 import org.dive4elements.artifacts.common.utils.XMLUtils;
19 import de.intevation.artifacts.common.utils.ClientProtocolUtils; 19 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
20 20
21 import de.intevation.artifacts.httpclient.http.HttpClient; 21 import org.dive4elements.artifacts.httpclient.http.HttpClient;
22 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 22 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
23 23
24 public class ReportServiceImpl 24 public class ReportServiceImpl
25 extends RemoteServiceServlet 25 extends RemoteServiceServlet
26 implements ReportService 26 implements ReportService
27 { 27 {

http://dive4elements.wald.intevation.org