comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/EnterMultipleLocationsState.java @ 4049:8e66293c5369

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:57:10 +0200
parents 33bfc01410fb
children
comparison
equal deleted inserted replaced
4048:6ed8ebd48d6e 4049:8e66293c5369
30 CallContext cc, 30 CallContext cc,
31 String name, 31 String name,
32 String value, 32 String value,
33 String type 33 String type
34 ) { 34 ) {
35 String label = "";
36 String[] vals = value.split(" "); 35 String[] vals = value.split(" ");
37 for (int i = 0; i < vals.length; i++) { 36 for (int i = 0; i < vals.length; i++) {
38 vals[i] = super.getLabelFor(cc, name, vals[i], type); 37 vals[i] = super.getLabelFor(cc, name, vals[i], type);
39 } 38 }
40 39

http://dive4elements.wald.intevation.org