comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/BedHeightAccess.java @ 8645:5c4766ac20ba

Remove obsolete code.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 30 Mar 2015 19:11:35 +0200
parents 6d8d7425a6b5
children 5e38e2924c07
comparison
equal deleted inserted replaced
8644:c15cebcf60da 8645:5c4766ac20ba
32 32
33 private Integer time; 33 private Integer time;
34 34
35 public BedHeightAccess(D4EArtifact artifact) { 35 public BedHeightAccess(D4EArtifact artifact) {
36 super(artifact); 36 super(artifact);
37 }
38
39
40 public Double getLowerKM() {
41 // TODO update callers
42 return getFrom();
43 }
44
45
46 public Double getUpperKM() {
47 // TODO update callers
48 return getTo();
49 } 37 }
50 38
51 39
52 public int[] getBedHeightIDs() { 40 public int[] getBedHeightIDs() {
53 if (singleIDs == null) { 41 if (singleIDs == null) {

http://dive4elements.wald.intevation.org