diff backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java @ 5992:4c3ccf2b0304

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:08:41 +0200
parents 4dd33b86dc61
children c894b7b45c4c
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java	Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java	Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
  * Software engineering by Intevation GmbH
  *
- * This file is Free Software under the GNU AGPL (>=v3) 
+ * This file is Free Software under the GNU AGPL (>=v3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details. 
+ * documentation coming with Dive4Elements River for details.
  */
 
 package org.dive4elements.river.importer;
@@ -144,19 +144,19 @@
             Range          theRange    = range != null ? range.getPeer(river) : null;
 
             if (theType == null) {
-                log.warn("BHS: No bed height type given. Skip file '" + 
+                log.warn("BHS: No bed height type given. Skip file '" +
 			 description + "'");
                 return null;
             }
 
             if (theCurModel == null) {
-                log.warn("BHS: No elevation model given. Skip file '" + 
+                log.warn("BHS: No elevation model given. Skip file '" +
 			 description + "'");
                 return null;
             }
 
             if (theRange == null) {
-                log.warn("BHS: No km-range given: '" + 
+                log.warn("BHS: No km-range given: '" +
 			 description + "'");
             }
 

http://dive4elements.wald.intevation.org