comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.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 f7d890f4855f
children
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
122 } 122 }
123 123
124 124
125 /** 125 /**
126 * Get name to display for selected watelerlevels (for example "Q=123") 126 * Get name to display for selected watelerlevels (for example "Q=123")
127 * from the CalculationResult. 127 * from the CalculationResult.
128 */ 128 */
129 public static String[] getLabels(CallContext cc, String value) { 129 public static String[] getLabels(CallContext cc, String value) {
130 String[] recommendations = value.split("#"); 130 String[] recommendations = value.split("#");
131 String displayString = ""; 131 String displayString = "";
132 132

http://dive4elements.wald.intevation.org