diff flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportService.java @ 550:605debcbb6a0

Adjusted the return values of the CSVExportService, so that GWT can handle those values better. flys-client/trunk@2063 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 07 Jun 2011 12:51:57 +0000
parents 71a7533555d0
children bc06a671ef60
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportService.java	Tue Jun 07 10:03:19 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportService.java	Tue Jun 07 12:51:57 2011 +0000
@@ -19,7 +19,7 @@
     /**
      * This method returns a list of DistanceInfoObjects for a specific river.
      */
-    List getCSV(
+    List<String[]> getCSV(
         String serverUrl,
         String locale,
         String uuid,

http://dive4elements.wald.intevation.org