comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/NaviChartOutputTab.java @ 4310:a17d0afd0db9

NaviChartOutputTab: Whitespace and vimline added.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Oct 2012 16:46:57 +0100
parents 17c66d38f095
children 8d3523bbb088
comparison
equal deleted inserted replaced
4309:7d796197e20a 4310:a17d0afd0db9
35 import de.intevation.flys.client.shared.model.Collection; 35 import de.intevation.flys.client.shared.model.Collection;
36 import de.intevation.flys.client.shared.model.FixAnalysisArtifact; 36 import de.intevation.flys.client.shared.model.FixAnalysisArtifact;
37 import de.intevation.flys.client.shared.model.OutputMode; 37 import de.intevation.flys.client.shared.model.OutputMode;
38 38
39 import java.util.Date; 39 import java.util.Date;
40
40 41
41 /** 42 /**
42 * Tab representing and showing one Chart-output. 43 * Tab representing and showing one Chart-output.
43 * 44 *
44 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 45 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
288 attr = super.getChartAttributes(); 289 attr = super.getChartAttributes();
289 attr.put("km", String.valueOf(collectionView.getCurrentKm())); 290 attr.put("km", String.valueOf(collectionView.getCurrentKm()));
290 291
291 return attr; 292 return attr;
292 } 293 }
293
294 } 294 }
295 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org