comparison artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java @ 8364:abef2584c9a7

Fetch current km from context (and remove obsolete or superfluous comments and logging).
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Oct 2014 09:55:31 +0200
parents e4606eae8ea5
children a63825ab9df9
comparison
equal deleted inserted replaced
8363:3508d625092f 8364:abef2584c9a7
1233 * 1233 *
1234 * @return list of outputs 1234 * @return list of outputs
1235 */ 1235 */
1236 public List<Output> getOutputs(Object context) { 1236 public List<Output> getOutputs(Object context) {
1237 if (log.isDebugEnabled()) { 1237 if (log.isDebugEnabled()) {
1238 log.debug("##### Get Outputs for: " + identifier() + " #####");
1239 dumpArtifact(); 1238 dumpArtifact();
1240 } 1239 }
1241 1240
1242 List<String> stateIds = getPreviousStateIds(); 1241 List<String> stateIds = getPreviousStateIds();
1243 List<Output> generated = new ArrayList<Output>(); 1242 List<Output> generated = new ArrayList<Output>();

http://dive4elements.wald.intevation.org