diff backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java @ 7252:c894b7b45c4c

Replaced some tabs by spaces. Guys, please configure your editors not to insert tabs!
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 05 Oct 2013 12:48:44 +0200
parents 4c3ccf2b0304
children b5c54a6380e8
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java	Sat Oct 05 12:19:54 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java	Sat Oct 05 12:48:44 2013 +0200
@@ -145,19 +145,19 @@
 
             if (theType == null) {
                 log.warn("BHS: No bed height type given. Skip file '" +
-			 description + "'");
+                    description + "'");
                 return null;
             }
 
             if (theCurModel == null) {
                 log.warn("BHS: No elevation model given. Skip file '" +
-			 description + "'");
+                    description + "'");
                 return null;
             }
 
             if (theRange == null) {
                 log.warn("BHS: No km-range given: '" +
-			 description + "'");
+                    description + "'");
             }
 
             Session session = ImporterSession.getInstance().getDatabaseSession();

http://dive4elements.wald.intevation.org