comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedloadCampaignChart.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents ea9eef426962
children 0d7c8c943b60
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
24 24
25 private final Artifact artifact; 25 private final Artifact artifact;
26 26
27 protected Img chartImg; 27 protected Img chartImg;
28 28
29 public BedloadCampaignChart(Artifact artifact, ResizedHandler resizeHandler) { 29 public BedloadCampaignChart(
30 Artifact artifact,
31 ResizedHandler resizeHandler
32 ) {
30 super(); 33 super();
31 34
32 this.artifact = artifact; 35 this.artifact = artifact;
33 this.chartImg = new Img(); 36 this.chartImg = new Img();
34 37

http://dive4elements.wald.intevation.org