comparison 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
comparison
equal deleted inserted replaced
7375:450582bcad75 7376:4b26fd60105f
31 31
32 protected Double station; 32 protected Double station;
33 protected Double height; 33 protected Double height;
34 protected Double uncertainty; 34 protected Double uncertainty;
35 protected Double dataGap; 35 protected Double dataGap;
36 // protected BigDecimal soundingWidth;
37 protected Double soundingWidth; 36 protected Double soundingWidth;
38 protected Double width; 37 protected Double width;
39 38
40 protected BedHeightSingleValue peer; 39 protected BedHeightSingleValue peer;
41 40
44 ImportBedHeightSingle bedHeight, 43 ImportBedHeightSingle bedHeight,
45 Double station, 44 Double station,
46 Double height, 45 Double height,
47 Double uncertainty, 46 Double uncertainty,
48 Double dataGap, 47 Double dataGap,
49 // BigDecimal soundingWidth, 48 Double soundingWidth,
50 Double soundingWidth,
51 Double width 49 Double width
52 ) { 50 ) {
53 this.bedHeight = bedHeight; 51 this.bedHeight = bedHeight;
54 this.station = station; 52 this.station = station;
55 this.height = height; 53 this.height = height;

http://dive4elements.wald.intevation.org