# HG changeset patch # User Felix Wolfsteller # Date 1340376150 0 # Node ID d9fb3a178be415fd77dc4a8e1a8b96fef65c53b7 # Parent 1edc17b0d79d06602075ae91f1905d2b6d8c2c7f Cosmetics. flys-artifacts/trunk@4755 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 1edc17b0d79d -r d9fb3a178be4 flys-artifacts/ChangeLog --- 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 + + * src/main/java/de/intevation/flys/exports/WstWriter.java: + Cosmetics. + 2012-06-22 Sascha L. Teichmann * src/main/java/de/intevation/flys/artifacts/services/FixingsKMChartService.java: diff -r 1edc17b0d79d -r d9fb3a178be4 flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.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 lines; - /** The column names.*/ + /** The column names. */ protected List 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;