comparison backend/src/main/java/org/dive4elements/river/importer/parsers/MorphologicalWidthParser.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 4c3ccf2b0304
children 2693bfaf503d 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
28 public class MorphologicalWidthParser extends LineParser { 28 public class MorphologicalWidthParser extends LineParser {
29 29
30 private static final Logger log = 30 private static final Logger log =
31 Logger.getLogger(MorphologicalWidthParser.class); 31 Logger.getLogger(MorphologicalWidthParser.class);
32 32
33 public static final NumberFormat nf = NumberFormat.getInstance(DEFAULT_LOCALE); 33 public static final NumberFormat nf = NumberFormat.getInstance(
34 DEFAULT_LOCALE);
34 35
35 public static final Pattern META_UNIT = 36 public static final Pattern META_UNIT =
36 Pattern.compile("^Einheit: \\[(.*)\\].*"); 37 Pattern.compile("^Einheit: \\[(.*)\\].*");
37 38
38 protected List<ImportMorphWidth> morphWidths; 39 protected List<ImportMorphWidth> morphWidths;

http://dive4elements.wald.intevation.org