comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/BedHeightParser.java @ 3954:ffb2aac9a5b6

Cosmetics, docs. flys-backend/trunk@5611 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Sep 2012 10:16:49 +0000
parents aed7aba93718
children 9e4468d50329
comparison
equal deleted inserted replaced
3953:fc32a4955087 3954:ffb2aac9a5b6
82 protected List<ImportBedHeight> bedHeights; 82 protected List<ImportBedHeight> bedHeights;
83 83
84 84
85 protected abstract ImportBedHeight newImportBedHeight(String description); 85 protected abstract ImportBedHeight newImportBedHeight(String description);
86 86
87 /** Handle a line of file that contains data (in contrast to comments, meta). */
87 protected abstract void handleDataLine( 88 protected abstract void handleDataLine(
88 ImportBedHeight importBedHeight, 89 ImportBedHeight importBedHeight,
89 String line 90 String line
90 ); 91 );
91 92

http://dive4elements.wald.intevation.org