comparison gnv/src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java @ 681:15ac78a91d1b

Removed trailing whitespace. gnv/trunk@852 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 08:04:15 +0000
parents b88e881e8e94
children d49e8695786c
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
11 * @author Tim Englich <tim.englich@intevation.de> 11 * @author Tim Englich <tim.englich@intevation.de>
12 * 12 *
13 */ 13 */
14 public interface ExternalCallParser { 14 public interface ExternalCallParser {
15 15
16 16
17 String getGeometry(); 17 String getGeometry();
18 18
19 String getSRS(); 19 String getSRS();
20 20
21 Collection<MapService> getMapServices(); 21 Collection<MapService> getMapServices();
22 22
23 void parse() throws ExternalCallParserException; 23 void parse() throws ExternalCallParserException;
24 } 24 }

http://dive4elements.wald.intevation.org