diff flys-backend/src/main/java/de/intevation/flys/importer/WstParser.java @ 464:d37ccb04ab5d

Removed trailing whitespace. flys-backend/trunk@1637 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 03 Apr 2011 10:41:27 +0000
parents 29a408f80a89
children 5d920695a7f0
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/importer/WstParser.java	Wed Mar 30 13:43:59 2011 +0000
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/WstParser.java	Sun Apr 03 10:41:27 2011 +0000
@@ -197,7 +197,7 @@
                     Matcher m = UNIT_COMMENT.matcher(line);
                     if (m.matches()) {
                         log.debug("unit comment found");
-                        // XXX: This hack is needed because desktop 
+                        // XXX: This hack is needed because desktop
                         // FLYS is broken figuring out the unit
                         String [] units = m.group(1).split("\\s{2,}");
                         m = UNIT.matcher(units[0]);
@@ -309,7 +309,7 @@
 
     protected void addInterval(
         double              from,
-        double              to, 
+        double              to,
         Map<String, Double> values
     ) {
         log.debug("addInterval: " + from + " " + to);
@@ -335,8 +335,8 @@
     }
 
     private static final Double [] parseLineAsDouble(
-        String  line, 
-        int     count, 
+        String  line,
+        int     count,
         boolean bStation,
         boolean bParseEmptyAsZero
     ) {
@@ -358,7 +358,7 @@
     }
 
     private static String [] parseLine(
-        String  line, 
+        String  line,
         int     tokenCount,
         boolean bParseStation
     ) {

http://dive4elements.wald.intevation.org