diff gnv-artifacts/src/main/java/de/intevation/gnv/state/MeasurementState.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 22c18083225e
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/MeasurementState.java	Wed Apr 07 07:49:12 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/MeasurementState.java	Wed Apr 07 07:52:27 2010 +0000
@@ -39,7 +39,7 @@
  * parameter in a single row, each measurement in a column. An invalid
  * measurement column for a specific parameter is marked as disabled and should
  * not be selected.
- * 
+ *
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
 public class MeasurementState
@@ -96,7 +96,7 @@
 
         /**
          * Initialize the measurements used in this matrix.
-         * 
+         *
          * @param data The measurements.
          */
         private void initMeasurements(Collection data) {
@@ -135,7 +135,7 @@
 
         /**
          * Initialize the parameters used in this matrix.
-         * 
+         *
          * @param parameter Parameters.
          */
         private void initParameters(String[] parameter) {
@@ -146,7 +146,7 @@
 
         /**
          * Returns the number of measurements.
-         * 
+         *
          * @return the number of measurements.
          */
         public int measurementSize() {
@@ -158,7 +158,7 @@
 
         /**
          * Returns the number of parameters.
-         * 
+         *
          * @return number of parameters.
          */
         public int parameterSize() {
@@ -170,7 +170,7 @@
 
         /**
          * Returns the measurement at idx.
-         * 
+         *
          * @param idx Index.
          * @return the measurement.
          */
@@ -184,7 +184,7 @@
 
         /**
          * Returns the parameter at idx.
-         * 
+         *
          * @param idx Index
          * @return the parameter.
          */
@@ -214,7 +214,7 @@
         /**
          * This method returns true, if a measurement is valid for a specific
          * parameter - otherwise false.
-         * 
+         *
          * @param i Index of a measurement column.
          * @param j Index of a parameter row.
          * @return true, if valid, else false.
@@ -278,7 +278,7 @@
      * This method create the user interface description for measurement and
      * parameters as matrix. A row for each parameter, a column for each
      * measurement.
-     * 
+     *
      * @param artCreator
      * @param creator
      * @param document
@@ -356,7 +356,7 @@
      * This feed takes some input data storing measurement ids and parameter ids
      * and put them into ExtendedInputData objects to save the relation between
      * a measurement and the parameter it belongs to.
-     * 
+     *
      * @param context
      * @param input
      * @param uuid

http://dive4elements.wald.intevation.org