diff backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.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 9d2e69f971f5
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java	Thu Oct 17 15:13:32 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java	Thu Oct 17 15:26:12 2013 +0200
@@ -47,7 +47,6 @@
     private Double height;
     private Double uncertainty;
     private Double dataGap;
-    //    private BigDecimal soundingWidth;
     private Double soundingWidth;
     private Double width;
 
@@ -61,8 +60,7 @@
         Double height,
         Double uncertainty,
         Double dataGap,
-	//        BigDecimal soundingWidth,
-	Double soundingWidth,
+        Double soundingWidth,
         Double width
     ) {
         this.bedHeight     = bedHeight;

http://dive4elements.wald.intevation.org