comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WaterlevelSelectState.java @ 2205:a22e0cb6eace

Format the timerange (static ui) inserted in the 'historical discharge curves' calculation. flys-artifacts/trunk@3829 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 30 Jan 2012 13:29:07 +0000
parents 8a2cbf947395
children 5642a83420f2
comparison
equal deleted inserted replaced
2204:45f7762767e2 2205:a22e0cb6eace
47 */ 47 */
48 @Override 48 @Override
49 public StateData transform( 49 public StateData transform(
50 FLYSArtifact flys, 50 FLYSArtifact flys,
51 CallContext cc, 51 CallContext cc,
52 StateData stateData,
52 String name, 53 String name,
53 String val 54 String val
54 ) { 55 ) {
55 if (!isValueValid(val)) { 56 if (!isValueValid(val)) {
56 logger.error("The given input string is not valid: '" + val + "'"); 57 logger.error("The given input string is not valid: '" + val + "'");

http://dive4elements.wald.intevation.org