diff flys-backend/src/main/java/de/intevation/flys/importer/parsers/BedHeightEpochParser.java @ 3955:26685b846a29

Let importer handle gappy single bed height values. flys-backend/trunk@5612 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Sep 2012 10:23:23 +0000
parents 8926571e47fb
children 64b73dc1571c
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/importer/parsers/BedHeightEpochParser.java	Thu Sep 27 10:16:49 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/parsers/BedHeightEpochParser.java	Thu Sep 27 10:23:23 2012 +0000
@@ -29,6 +29,7 @@
 
     @Override
     protected void handleDataLine(ImportBedHeight obj, String line) {
+        // TODO issue863: find gaps in data, analogous to 'single' case.
         String[] values = line.split(SEPERATOR_CHAR);
 
         if (values == null || values.length < 2 || values[0].length() == 0 || values[1].length() == 0) {

http://dive4elements.wald.intevation.org