comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/MorphologicalWidthParser.java @ 5016:255898799ed9

Minimal whitespace and doc cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 18 Feb 2013 11:49:27 +0100
parents f63b39799d2d
children b3dd14fc13a6
comparison
equal deleted inserted replaced
5009:7c8ce0a95a64 5016:255898799ed9
20 public class MorphologicalWidthParser extends LineParser { 20 public class MorphologicalWidthParser extends LineParser {
21 21
22 private static final Logger log = 22 private static final Logger log =
23 Logger.getLogger(MorphologicalWidthParser.class); 23 Logger.getLogger(MorphologicalWidthParser.class);
24 24
25
26 public static final NumberFormat nf = NumberFormat.getInstance(DEFAULT_LOCALE); 25 public static final NumberFormat nf = NumberFormat.getInstance(DEFAULT_LOCALE);
27
28 26
29 public static final Pattern META_UNIT = 27 public static final Pattern META_UNIT =
30 Pattern.compile("^Einheit: \\[(.*)\\].*"); 28 Pattern.compile("^Einheit: \\[(.*)\\].*");
31
32 29
33 protected List<ImportMorphWidth> morphWidths; 30 protected List<ImportMorphWidth> morphWidths;
34 31
35 protected ImportMorphWidth current; 32 protected ImportMorphWidth current;
36 33

http://dive4elements.wald.intevation.org