comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java @ 6679:0c593745bcd6

Added @Override annotation.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Jul 2013 09:22:39 +0200
parents c74261e05a62
children 274948f91dd6
comparison
equal deleted inserted replaced
6678:0a70a320bfca 6679:0c593745bcd6
53 public SedimentLoadFacet(int idx, String name, String description, 53 public SedimentLoadFacet(int idx, String name, String description,
54 ComputeType type, String stateId, String hash) { 54 ComputeType type, String stateId, String hash) {
55 super(idx, name, description, type, hash, stateId); 55 super(idx, name, description, type, hash, stateId);
56 } 56 }
57 57
58 @Override
58 public Object getData(Artifact artifact, CallContext context) { 59 public Object getData(Artifact artifact, CallContext context) {
59 logger.debug("Get data for sediment load at index: " + index); 60 logger.debug("Get data for sediment load at index: " + index);
60 61
61 D4EArtifact flys = (D4EArtifact) artifact; 62 D4EArtifact flys = (D4EArtifact) artifact;
62 63

http://dive4elements.wald.intevation.org