diff flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/OverviewOutputTab.java @ 3350:e746e57c65c0

Removed trailing whitespace. flys-client/trunk@5029 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 18 Jul 2012 08:22:17 +0000
parents d2a54ae0016b
children 08b2472111aa
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/OverviewOutputTab.java	Tue Jul 17 18:44:42 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/OverviewOutputTab.java	Wed Jul 18 08:22:17 2012 +0000
@@ -86,7 +86,7 @@
             for (int j = 0; j < height; j++) {
                 charts[i][j] = new Canvas();
 
-                // This is for 3, 6 or 9 charts only! 
+                // This is for 3, 6 or 9 charts only!
                 // TODO: Calculate the height.
                 charts[i][j].setHeight("50%");
 
@@ -106,13 +106,13 @@
 
     /**
      * Resize handler.
-     * 
+     *
      * @param event The resize event.
      */
     @Override
     public void onResized(ResizedEvent event) {
         for (int i = 0; i < charts.length; i++) {
-            // This is for 3, 6 or 9 charts only! 
+            // This is for 3, 6 or 9 charts only!
             // TODO: Calculate the width.
             columns[i].setWidth(root.getWidth()/3);
 

http://dive4elements.wald.intevation.org