diff flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java @ 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 72bcbc308501
children d9af29a4bb85
line wrap: on
line diff
--- 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;
 
 

http://dive4elements.wald.intevation.org