comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultGaugeInfo.java @ 3848:87605bd9667c

Fix setting kmup in the GaugeInfo class The kmup variable was passed to the constructor but not stored in the memeber variable. flys-client/trunk@5583 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Mon, 24 Sep 2012 08:49:59 +0000
parents f3b821735e39
children c434dd2e84cf
comparison
equal deleted inserted replaced
3847:f3b821735e39 3848:87605bd9667c
36 Double maxw, 36 Double maxw,
37 String wstunit, 37 String wstunit,
38 Long official) 38 Long official)
39 { 39 {
40 this.name = name; 40 this.name = name;
41 this.kmup = kmup;
41 this.station = station; 42 this.station = station;
42 this.start = start; 43 this.start = start;
43 this.end = end; 44 this.end = end;
44 this.datum = datum; 45 this.datum = datum;
45 this.aeo = aeo; 46 this.aeo = aeo;

http://dive4elements.wald.intevation.org