diff flys-client/src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java @ 432:8ea213bd8fba

Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision. flys-client/trunk@1934 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 17 May 2011 09:58:53 +0000
parents b493d606fdef
children 7c57149e8715
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java	Tue May 17 07:51:26 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java	Tue May 17 09:58:53 2011 +0000
@@ -48,7 +48,7 @@
             String locale    = req.getParameter("locale");
 
             Document request = ClientProtocolUtils.newOutCollectionDocument(
-                uuid, type, getChartAttributes(req));
+                uuid, type, type, getChartAttributes(req));
 
             HttpClient client = new HttpClientImpl(serverUrl, locale);
             client.collectionOut(request, uuid, "chart", out);

http://dive4elements.wald.intevation.org