comparison backend/src/main/java/org/dive4elements/river/model/SedimentDensityValue.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
comparison
equal deleted inserted replaced
7251:3823b8bd6bfd 7252:c894b7b45c4c
43 43
44 44
45 public SedimentDensityValue( 45 public SedimentDensityValue(
46 SedimentDensity sedimentDensity, 46 SedimentDensity sedimentDensity,
47 BigDecimal station, 47 BigDecimal station,
48 BigDecimal shoreOffset, 48 BigDecimal shoreOffset,
49 BigDecimal density, 49 BigDecimal density,
50 BigDecimal year, 50 BigDecimal year,
51 String desc 51 String desc
52 ) { 52 ) {
53 this.sedimentDensity = sedimentDensity; 53 this.sedimentDensity = sedimentDensity;
54 this.station = station; 54 this.station = station;
55 this.shoreOffset = shoreOffset; 55 this.shoreOffset = shoreOffset;
56 this.density = density; 56 this.density = density;
57 this.year = year; 57 this.year = year;
58 this.description = desc; 58 this.description = desc;
59 } 59 }
60 60

http://dive4elements.wald.intevation.org