comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.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
8 /** 8 /**
9 * @author Tim Englich <tim.englich@intevation.de> 9 * @author Tim Englich <tim.englich@intevation.de>
10 * 10 *
11 */ 11 */
12 public interface MapService { 12 public interface MapService {
13 13
14 14
15 String getID(); 15 String getID();
16 16
17 String getURL(); 17 String getURL();
18 18
19 String getType(); 19 String getType();
20 20
21 Collection<Layer> getLayer(); 21 Collection<Layer> getLayer();
22 22
23 } 23 }

http://dive4elements.wald.intevation.org