comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportCrossSectionLine.java @ 5047:52c3a9d14441

ImportCrossSectionLine: Whitespace cosmetic.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 20 Feb 2013 11:51:19 +0100
parents 3199dbc20e22
children
comparison
equal deleted inserted replaced
5046:ace7a56d8047 5047:52c3a9d14441
23 public int compare(CrossSectionPoint a, CrossSectionPoint b) { 23 public int compare(CrossSectionPoint a, CrossSectionPoint b) {
24 return a.getColPos().compareTo(b.getColPos()); 24 return a.getColPos().compareTo(b.getColPos());
25 } 25 }
26 }; 26 };
27 27
28 protected Double km; 28 protected Double km;
29 protected ImportCrossSection crossSection; 29 protected ImportCrossSection crossSection;
30 protected List<XY> points; 30 protected List<XY> points;
31 31
32 protected CrossSectionLine peer; 32 protected CrossSectionLine peer;
33 33
34 public ImportCrossSectionLine() { 34 public ImportCrossSectionLine() {
35 } 35 }

http://dive4elements.wald.intevation.org