comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateBase.java @ 428:88cd37c3b5e4

Adjusted sql queries and configuration for verticalcrosssection products. Some code refactoring and improved error handling. gnv-artifacts/trunk@476 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 22 Dec 2009 13:18:07 +0000
parents a887074460b6
children b8080695ea62
comparison
equal deleted inserted replaced
427:a95aaeb206f7 428:88cd37c3b5e4
406 for (int j = 0; j < size; j++) { 406 for (int j = 0; j < size; j++) {
407 list.add(requestValue); 407 list.add(requestValue);
408 } 408 }
409 } 409 }
410 } 410 }
411 String[] filterValues = list.toArray(new String[0]); 411 String[] filterValues = list.toArray(new String[list.size()]);
412 return filterValues; 412 return filterValues;
413 } 413 }
414 414
415 protected String prepareInputData4RegionDBQuery(String value){ 415 protected String prepareInputData4RegionDBQuery(String value){
416 return value; 416 return value;

http://dive4elements.wald.intevation.org