comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/DefaultTransition.java @ 220:ee2d4134d0b3

General CodecCleanup: Remove deprecated TODOS. Organize some Imports. Remove Bug setting the returned Value of MinMaxTransitions in feedCall. gnv-artifacts/trunk@281 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 02 Nov 2009 10:58:03 +0000
parents 7fb9441dd8af
children
comparison
equal deleted inserted replaced
219:f8cb64d5fe4f 220:ee2d4134d0b3
8 * 8 *
9 */ 9 */
10 public class DefaultTransition extends TransitionBase { 10 public class DefaultTransition extends TransitionBase {
11 11
12 /** 12 /**
13 * The UID of this Class
14 */
15 private static final long serialVersionUID = 8934030362091576766L;
16
17 /**
13 * Constructor 18 * Constructor
14 */ 19 */
15 public DefaultTransition() { 20 public DefaultTransition() {
16 } 21 }
17 22
18 /**
19 * @see de.intevation.gnv.transition.Transition#validate()
20 */
21 public boolean validate() {
22 // TODO Validation einbauen
23 return true;
24 }
25
26 } 23 }

http://dive4elements.wald.intevation.org