Skip to content
Snippets Groups Projects
Commit 04b6fb20 authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

minor code refactoring (line oder)

parent 3b0661fe
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,8 @@ public final class ConfigurationContainer {
final String arrivalTime = config.getProperty("client.tArrival");
final String[] poiProperty = config.getProperty("client.poi").split(",");
final String ws = config.getProperty("rendering.server.rest.workspace");
final double lower2 = Double.parseDouble(config.getProperty("sql.spatial.dim2.lower"));
final double lower1 = Double.parseDouble(config.getProperty("sql.spatial.dim1.lower"));
final double lower2 = Double.parseDouble(config.getProperty("sql.spatial.dim2.lower"));
final double upper1 = Double.parseDouble(config.getProperty("sql.spatial.dim1.upper"));
final double upper2 = Double.parseDouble(config.getProperty("sql.spatial.dim2.upper"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment