comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/CoordinateSelectionTransition.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 d87347142702
children
comparison
equal deleted inserted replaced
219:f8cb64d5fe4f 220:ee2d4134d0b3
40 /** 40 /**
41 * Constructor 41 * Constructor
42 */ 42 */
43 public CoordinateSelectionTransition() { 43 public CoordinateSelectionTransition() {
44 super(); 44 super();
45 }
46
47 /**
48 * @see de.intevation.gnv.transition.Transition#validate()
49 */
50 public boolean validate() {
51 return true;
52 } 45 }
53 46
54 @Override 47 @Override
55 protected void purifyResult(Collection<Result> result, String uuid) { 48 protected void purifyResult(Collection<Result> result, String uuid) {
56 log.debug("CoordinateSelectionTransition.purifyResult"); 49 log.debug("CoordinateSelectionTransition.purifyResult");

http://dive4elements.wald.intevation.org