diff flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents d9fb3a178be4
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java	Wed Jul 11 16:05:24 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/WstWriter.java	Wed Jul 11 19:21:43 2012 +0000
@@ -28,11 +28,9 @@
     /** 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. */
     public static final String DEFAULT_UNIT = "Wassserstand [NN + m]";
 
-
     /** The lines that need to be included for the export. */
     protected Map<Double, WstLine> lines;
 
@@ -51,10 +49,8 @@
 
 
     /**
-     * This constructor creates a new WstWriter with an OutputStream and a
-     * number of Q columns.
+     * This constructor creates a new WstWriter with a number of Q columns.
      *
-     * @param out The output stream where the WST is written to.
      * @param cols The number of columns of the resulting WST.
      */
     public WstWriter(int cols) {
@@ -68,6 +64,7 @@
     /**
      * This method is used to create the WST from the data that has been
      * inserted using add(double[]) before.
+     * @param out Where to write to.
      */
     public void write(OutputStream out) {
         logger.info("WstWriter.write");

http://dive4elements.wald.intevation.org