comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/FlowVelocityAccess.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
19 { 19 {
20 20
21 private int[] mainChannels; 21 private int[] mainChannels;
22 private int[] totalChannels; 22 private int[] totalChannels;
23 23
24 public FlowVelocityAccess(D4EArtifact artifact, CallContext context) { 24 public FlowVelocityAccess(D4EArtifact artifact) {
25 super(artifact, context); 25 super(artifact);
26 } 26 }
27 27
28 28
29 public int[] getMainChannels() { 29 public int[] getMainChannels() {
30 if (mainChannels == null) { 30 if (mainChannels == null) {

http://dive4elements.wald.intevation.org