[PATCH 04 of 10] Added @Override annotation
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 29 09:25:55 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1375082559 -7200
# Node ID 0c593745bcd6b67e46f1f761005c3339e9dd2706
# Parent 0a70a320bfcab57dc30c427bd85387d488112b19
Added @Override annotation.
diff -r 0a70a320bfca -r 0c593745bcd6 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java Mon Jul 29 09:22:11 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java Mon Jul 29 09:22:39 2013 +0200
@@ -55,6 +55,7 @@
super(idx, name, description, type, hash, stateId);
}
+ @Override
public Object getData(Artifact artifact, CallContext context) {
logger.debug("Get data for sediment load at index: " + index);
More information about the Dive4elements-commits
mailing list