comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/Layer.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents cf38b983d1f3
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
5 /** 5 /**
6 * @author Tim Englich <tim.englich@intevation.de> 6 * @author Tim Englich <tim.englich@intevation.de>
7 * 7 *
8 */ 8 */
9 public interface Layer { 9 public interface Layer {
10 10
11 String getName(); 11 String getName();
12 String getID(); 12 String getID();
13 boolean isGroupLayer(); 13 boolean isGroupLayer();
14 String parentID(); 14 String parentID();
15 15

http://dive4elements.wald.intevation.org