# HG changeset patch # User Felix Wolfsteller # Date 1361357479 -3600 # Node ID 52c3a9d144415498ee2d88246de3f5770b6c8639 # Parent ace7a56d80477319cde243348a696df85e3e9d71 ImportCrossSectionLine: Whitespace cosmetic. diff -r ace7a56d8047 -r 52c3a9d14441 flys-backend/src/main/java/de/intevation/flys/importer/ImportCrossSectionLine.java --- a/flys-backend/src/main/java/de/intevation/flys/importer/ImportCrossSectionLine.java Wed Feb 20 11:48:54 2013 +0100 +++ b/flys-backend/src/main/java/de/intevation/flys/importer/ImportCrossSectionLine.java Wed Feb 20 11:51:19 2013 +0100 @@ -25,9 +25,9 @@ } }; - protected Double km; + protected Double km; protected ImportCrossSection crossSection; - protected List points; + protected List points; protected CrossSectionLine peer;