comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ReportServiceAsync.java @ 615:ba1b27b7d282

Removed trailing whitespace. flys-client/trunk@2244 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:20:57 +0000
parents 8cb98fa4987f
children bc06a671ef60
comparison
equal deleted inserted replaced
614:80626c4a5bbf 615:ba1b27b7d282
3 import com.google.gwt.user.client.rpc.AsyncCallback; 3 import com.google.gwt.user.client.rpc.AsyncCallback;
4 4
5 public interface ReportServiceAsync 5 public interface ReportServiceAsync
6 { 6 {
7 void report( 7 void report(
8 String collectionId, 8 String collectionId,
9 String url, 9 String url,
10 String locale, 10 String locale,
11 String out, 11 String out,
12 AsyncCallback<String> callback); 12 AsyncCallback<String> callback);
13 } 13 }

http://dive4elements.wald.intevation.org