comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransitionBase.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 734ac082c8d1
children 3d6d89bcbf42
comparison
equal deleted inserted replaced
219:f8cb64d5fe4f 220:ee2d4134d0b3
52 * @see de.intevation.gnv.transition.OutputTransition#getOutputModes() 52 * @see de.intevation.gnv.transition.OutputTransition#getOutputModes()
53 */ 53 */
54 public Collection<OutputMode> getOutputModes() { 54 public Collection<OutputMode> getOutputModes() {
55 log.debug("OutputTransitionBase.getOutputModes"); 55 log.debug("OutputTransitionBase.getOutputModes");
56 return this.outputModes; 56 return this.outputModes;
57 }
58
59 /**
60 * @see de.intevation.gnv.transition.Transition#validate()
61 */
62 public boolean validate() {
63 log.debug("OutputTransitionBase.validate");
64 return true;
65 } 57 }
66 58
67 /** 59 /**
68 * @see de.intevation.gnv.transition.TransitionBase#setup(org.w3c.dom.Node) 60 * @see de.intevation.gnv.transition.TransitionBase#setup(org.w3c.dom.Node)
69 */ 61 */

http://dive4elements.wald.intevation.org