comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java @ 1550:9bf1ffd53dfb

Cosmetics, docs. flys-client/trunk@3781 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 27 Jan 2012 09:27:36 +0000
parents 0b79630e3bcb
children 1c47de6ccfb1
comparison
equal deleted inserted replaced
1549:42f1213dfbcc 1550:9bf1ffd53dfb
50 50
51 /** 51 /**
52 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 52 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
53 */ 53 */
54 public class ChartPropertiesEditor 54 public class ChartPropertiesEditor
55 extends Window 55 extends Window
56 implements ClickHandler 56 implements ClickHandler
57 { 57 {
58 /** The interface that provides i18n messages. */ 58 /** The interface that provides i18n messages. */
59 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 59 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
60 60
61 protected CollectionAttributeServiceAsync updater = 61 protected CollectionAttributeServiceAsync updater =
464 } 464 }
465 } 465 }
466 return valid; 466 return valid;
467 } 467 }
468 } 468 }
469 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org