comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java @ 4043:eb5564662e19

Cosmetics, documentation.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 05 Oct 2012 15:36:42 +0200
parents 7467b091fb8e
children
comparison
equal deleted inserted replaced
4042:8d88e8118ba8 4043:eb5564662e19
62 } 62 }
63 return false; 63 return false;
64 } 64 }
65 65
66 66
67 /** Validate selected locations. */
67 protected boolean validateLocations(FLYSArtifact flys) 68 protected boolean validateLocations(FLYSArtifact flys)
68 throws IllegalArgumentException 69 throws IllegalArgumentException
69 { 70 {
70 StateData dValues = getData(flys, LOCATIONS); 71 StateData dValues = getData(flys, LOCATIONS);
71 String values = dValues != null ? (String)dValues.getValue() : null; 72 String values = dValues != null ? (String)dValues.getValue() : null;

http://dive4elements.wald.intevation.org