comparison backend/src/main/java/org/dive4elements/river/importer/Config.java @ 8842:ff27548d078c

Whitespace cosmetics.
author Tom Gottfried <tom@intevation.de>
date Fri, 12 Jan 2018 12:09:44 +0100
parents 6d8d7425a6b5
children 50416a0df385
comparison
equal deleted inserted replaced
8841:e8d2042c9639 8842:ff27548d078c
107 getDouble("flys.backend.importer.cross.section.simplification.epsilon"); 107 getDouble("flys.backend.importer.cross.section.simplification.epsilon");
108 108
109 109
110 public static final Config INSTANCE = new Config(); 110 public static final Config INSTANCE = new Config();
111 111
112 private Config () { 112 private Config() {
113 } 113 }
114 114
115 public static final boolean getFlag(String key) { 115 public static final boolean getFlag(String key) {
116 String flag = System.getProperty(key); 116 String flag = System.getProperty(key);
117 return flag != null 117 return flag != null

http://dive4elements.wald.intevation.org