diff flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.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 5e1c1b7d6516
children bc06a671ef60
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.java	Tue Jun 07 10:03:19 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/CSVExportServiceAsync.java	Tue Jun 07 12:51:57 2011 +0000
@@ -14,6 +14,6 @@
         String locale,
         String uuid,
         String name,
-        AsyncCallback<List> cb);
+        AsyncCallback<List<String[]>> cb);
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org