comparison flys-backend/src/main/java/de/intevation/flys/backend/SpatialInfo.java @ 5082:fb4d87274f28 dami

Made it compile again. Pt II
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 24 Feb 2013 13:03:44 +0100
parents 1d95391d056b
children ed237d6e8e27
comparison
equal deleted inserted replaced
5081:1d95391d056b 5082:fb4d87274f28
39 } 39 }
40 40
41 logger.info("Spatial information of River '" + RIVERNAME + "'"); 41 logger.info("Spatial information of River '" + RIVERNAME + "'");
42 spatial.doRiverAxisInfo(river); 42 spatial.doRiverAxisInfo(river);
43 spatial.doCrossSectionTracksInfo(river); 43 spatial.doCrossSectionTracksInfo(river);
44 spatial.doLinesInfo(river);
45 spatial.doBuildingsInfo(river); 44 spatial.doBuildingsInfo(river);
46 spatial.doFixpointsInfo(river); 45 spatial.doFixpointsInfo(river);
47 } 46 }
48 finally { 47 finally {
49 if (spatial != null) { 48 if (spatial != null) {

http://dive4elements.wald.intevation.org