comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/SedimentLoadAccess.java @ 6101:a0078e5e3b39

Removed unused context from RangeAccess and subclasses leading to some dead code removal.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 25 May 2013 19:32:58 +0200
parents af13ceeba52a
children 29dc6b6e7199
comparison
equal deleted inserted replaced
6100:de92e0cdebdc 6101:a0078e5e3b39
26 private int[] epochIDs; 26 private int[] epochIDs;
27 27
28 private String time; 28 private String time;
29 private String unit; 29 private String unit;
30 30
31 public SedimentLoadAccess(D4EArtifact artifact, CallContext context) { 31 public SedimentLoadAccess(D4EArtifact artifact) {
32 super(artifact, context); 32 super(artifact);
33 } 33 }
34 34
35 public Double getLowerKM() { 35 public Double getLowerKM() {
36 // TODO update callers 36 // TODO update callers
37 return getFrom(); 37 return getFrom();

http://dive4elements.wald.intevation.org