comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WaterlevelSelectState.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents a22e0cb6eace
children e8a4d2fd25cc
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
107 } 107 }
108 108
109 109
110 /** 110 /**
111 * Get name to display for selected watelerlevel (for example "Q=123") 111 * Get name to display for selected watelerlevel (for example "Q=123")
112 * from the CalculationResult. 112 * from the CalculationResult.
113 */ 113 */
114 public static String[] getLabels(CallContext cc, String value) { 114 public static String[] getLabels(CallContext cc, String value) {
115 String[] parts = value.split(SPLIT_CHAR); 115 String[] parts = value.split(SPLIT_CHAR);
116 116
117 FLYSArtifact artifact = FLYSUtils.getArtifact(parts[0], cc); 117 FLYSArtifact artifact = FLYSUtils.getArtifact(parts[0], cc);

http://dive4elements.wald.intevation.org