Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/DefaultTransition.java @ 127:f6f0e4ce4a35
merged gnv-artifacts/0.1
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:41 +0200 |
parents | 2c5d8f5bced1 |
children | 7fb9441dd8af |
comparison
equal
deleted
inserted
replaced
49:94a07d1d9316 | 127:f6f0e4ce4a35 |
---|---|
1 /** | |
2 * | |
3 */ | |
4 package de.intevation.gnv.transition; | |
5 | |
6 | |
7 /** | |
8 * @author Tim Englich <tim.englich@intevation.de> | |
9 * | |
10 */ | |
11 public class DefaultTransition extends TransitionBase { | |
12 | |
13 /** | |
14 * Constructor | |
15 */ | |
16 public DefaultTransition() { | |
17 } | |
18 | |
19 | |
20 /** | |
21 * @see de.intevation.gnv.transition.Transition#validate() | |
22 */ | |
23 public boolean validate() { | |
24 // TODO Validation einbauen | |
25 return true; | |
26 } | |
27 | |
28 } |