comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 4678:83838f87e98f

Whitespace-cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 14 Dec 2012 10:41:24 +0100
parents f63b39799d2d
children e7b238247c4e
comparison
equal deleted inserted replaced
4677:481ac6468016 4678:83838f87e98f
921 921
922 List<ImportCrossSectionLine> lines = 922 List<ImportCrossSectionLine> lines =
923 new ArrayList<ImportCrossSectionLine>(); 923 new ArrayList<ImportCrossSectionLine>();
924 924
925 for (Map.Entry<Double, List<XY>> entry: parser.getData().entrySet()) { 925 for (Map.Entry<Double, List<XY>> entry: parser.getData().entrySet()) {
926 Double km = entry.getKey(); 926 Double km = entry.getKey();
927 List<XY> points = entry.getValue(); 927 List<XY> points = entry.getValue();
928 lines.add(new ImportCrossSectionLine(km, points)); 928 lines.add(new ImportCrossSectionLine(km, points));
929 } 929 }
930 930
931 crossSections.add(new ImportCrossSection( 931 crossSections.add(new ImportCrossSection(
932 ImportRiver.this, description, ti, lines)); 932 ImportRiver.this, description, ti, lines));

http://dive4elements.wald.intevation.org