comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/MiddleBedHeightCalculation.java @ 3232:cdbc457e23e2

Removed trailing whitespace. flys-artifacts/trunk@4862 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 03 Jul 2012 12:52:58 +0000
parents b888c5eb65b3
children 3c006a53e551
comparison
equal deleted inserted replaced
3231:f6b571220852 3232:cdbc457e23e2
27 public CalculationResult calculate(BedHeightAccess access) { 27 public CalculationResult calculate(BedHeightAccess access) {
28 logger.info("MiddleBedHeightCalculation.calculate"); 28 logger.info("MiddleBedHeightCalculation.calculate");
29 29
30 int[] singleIds = access.getBedHeightSingleIDs(); 30 int[] singleIds = access.getBedHeightSingleIDs();
31 int[] epochIds = access.getBedHeightEpochIDs(); 31 int[] epochIds = access.getBedHeightEpochIDs();
32 32
33 33
34 if (logger.isDebugEnabled()) { 34 if (logger.isDebugEnabled()) {
35 Artifact artifact = access.getArtifact(); 35 Artifact artifact = access.getArtifact();
36 36
37 logger.debug("Artifact '" + artifact.identifier() + "' contains:"); 37 logger.debug("Artifact '" + artifact.identifier() + "' contains:");
38 if (singleIds != null) { 38 if (singleIds != null) {
39 logger.debug(" " + singleIds.length + " single bedheight ids"); 39 logger.debug(" " + singleIds.length + " single bedheight ids");
40 } 40 }
41 41

http://dive4elements.wald.intevation.org