comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportBedHeightSingle.java @ 5327:5376aa576604

Allow empty years in bed height parser.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 15 Mar 2013 19:35:46 +0100
parents a5b003595d6c
children 4319b1289592
comparison
equal deleted inserted replaced
5326:555835611acd 5327:5376aa576604
20 20
21 public class ImportBedHeightSingle implements ImportBedHeight 21 public class ImportBedHeightSingle implements ImportBedHeight
22 { 22 {
23 private static Logger log = Logger.getLogger(ImportBedHeightSingle.class); 23 private static Logger log = Logger.getLogger(ImportBedHeightSingle.class);
24 24
25 protected int year; 25 protected Integer year;
26 protected int soundingWidth; 26 protected int soundingWidth;
27 27
28 protected String evaluationBy; 28 protected String evaluationBy;
29 protected String description; 29 protected String description;
30 30

http://dive4elements.wald.intevation.org