comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FixationArtifactAccess.java @ 2726:f53173a8736b

Fixings state access: Added more debug putput flys-artifacts/trunk@4457 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 May 2012 13:08:05 +0000
parents 8dbc86a0948d
children 3dd1c320cf81
comparison
equal deleted inserted replaced
2725:8dbc86a0948d 2726:f53173a8736b
347 if (sd == null) { 347 if (sd == null) {
348 log.warn("missing 'function'"); 348 log.warn("missing 'function'");
349 return null; 349 return null;
350 } 350 }
351 function = (String)sd.getValue(); 351 function = (String)sd.getValue();
352 }
353 if (log.isDebugEnabled()) {
354 log.debug("function: " + function);
352 } 355 }
353 return function; 356 return function;
354 } 357 }
355 358
356 public double [] getQs() { 359 public double [] getQs() {

http://dive4elements.wald.intevation.org