Mercurial > dive4elements > river
changeset 3147:d9fb3a178be4
Cosmetics.
flys-artifacts/trunk@4755 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 22 Jun 2012 14:42:30 +0000 |
parents | 1edc17b0d79d |
children | 2c86dd618c84 |
files | flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java |
diffstat | 2 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Jun 22 11:26:01 2012 +0000 +++ b/flys-artifacts/ChangeLog Fri Jun 22 14:42:30 2012 +0000 @@ -1,3 +1,8 @@ +2012-06-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/exports/WstWriter.java: + Cosmetics. + 2012-06-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/services/FixingsKMChartService.java:
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java Fri Jun 22 11:26:01 2012 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java Fri Jun 22 14:42:30 2012 +0000 @@ -25,27 +25,27 @@ */ public class WstWriter { - /** The logger used in this class.*/ + /** The logger used in this class. */ private static Logger logger = Logger.getLogger(WstWriter.class); - /** The default unit that is written into the header of the WST.*/ + /** The default unit that is written into the header of the WST. */ public static final String DEFAULT_UNIT = "Wassserstand [NN + m]"; - /** The lines that need to be included for the export.*/ + /** The lines that need to be included for the export. */ protected Map<Double, WstLine> lines; - /** The column names.*/ + /** The column names. */ protected List<String> columnNames; - /** The locale used to format the values.*/ + /** The locale used to format the values. */ protected Locale locale; - /** The number of discharge columns.*/ + /** The number of discharge columns. */ protected int cols; - /** The last Q values.*/ + /** The last Q values. */ protected double[] qs;