comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WINFOArtifact.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 9d2a06c3a134
children ac9a03ed32c1
comparison
equal deleted inserted replaced
2725:8dbc86a0948d 2726:f53173a8736b
672 672
673 logger.debug("Reference start km given: " + sd.getValue()); 673 logger.debug("Reference start km given: " + sd.getValue());
674 674
675 String input = (String) sd.getValue(); 675 String input = (String) sd.getValue();
676 676
677 if (input == null | (input = input.trim()).length() == 0) { 677 if (input == null || (input = input.trim()).length() == 0) {
678 logger.warn("reference start string is empty."); 678 logger.warn("reference start string is empty.");
679 return null; 679 return null;
680 } 680 }
681 681
682 try { 682 try {

http://dive4elements.wald.intevation.org