comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 615:ba1b27b7d282

Removed trailing whitespace. flys-client/trunk@2244 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:20:57 +0000
parents e59f2569558e
children f1a559d13eef
comparison
equal deleted inserted replaced
614:80626c4a5bbf 615:ba1b27b7d282
90 * @param title The title of this tab. 90 * @param title The title of this tab.
91 * @param collection The Collection which this chart belongs to. 91 * @param collection The Collection which this chart belongs to.
92 * @param mode The OutputMode. 92 * @param mode The OutputMode.
93 */ 93 */
94 public ChartOutputTab( 94 public ChartOutputTab(
95 String title, 95 String title,
96 Collection collection, 96 Collection collection,
97 OutputMode mode, 97 OutputMode mode,
98 CollectionView collectionView 98 CollectionView collectionView
99 ){ 99 ){
100 super(title, collection, mode); 100 super(title, collection, mode);

http://dive4elements.wald.intevation.org