diff backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java @ 7376:4b26fd60105f

Replaced more tabs with spaces + minor cosmetics (removed out commented code from double precision branch).
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 17 Oct 2013 15:26:12 +0200
parents f095b58c95d9
children e2eb1a110b44
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java	Thu Oct 17 15:13:32 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java	Thu Oct 17 15:26:12 2013 +0200
@@ -33,7 +33,6 @@
     protected Double height;
     protected Double uncertainty;
     protected Double dataGap;
-    //    protected BigDecimal soundingWidth;
     protected Double soundingWidth;
     protected Double width;
 
@@ -46,8 +45,7 @@
         Double height,
         Double uncertainty,
         Double dataGap,
-	//        BigDecimal soundingWidth,
-	Double soundingWidth,
+        Double soundingWidth,
         Double width
     ) {
         this.bedHeight     = bedHeight;

http://dive4elements.wald.intevation.org