comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/BedHeightFacet.java @ 3633:ebfce31c7eec

Removed trailing whitespace. flys-artifacts/trunk@5340 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 01 Sep 2012 08:44:39 +0000
parents 68beaa827751
children 1619f80eb62e
comparison
equal deleted inserted replaced
3632:347096b8cdf6 3633:ebfce31c7eec
11 implements FacetTypes { 11 implements FacetTypes {
12 12
13 public BedHeightFacet(String description) { 13 public BedHeightFacet(String description) {
14 this(STATIC_BEDHEIGHT, description); 14 this(STATIC_BEDHEIGHT, description);
15 } 15 }
16 16
17 public BedHeightFacet(String name, String description) { 17 public BedHeightFacet(String name, String description) {
18 this.name = name; 18 this.name = name;
19 this.description = description; 19 this.description = description;
20 this.index = 0; 20 this.index = 0;
21 } 21 }

http://dive4elements.wald.intevation.org