comparison backend/src/main/java/org/dive4elements/river/importer/ImportCrossSection.java @ 7540:9344aa0fb021

Fixed logger instantiations that were done with wrong class.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 08 Nov 2013 10:38:37 +0100
parents 4c3ccf2b0304
children 392bbcd8a88b 0a5239a1e46e
comparison
equal deleted inserted replaced
7539:8dd89da79eaa 7540:9344aa0fb021
20 import org.apache.log4j.Logger; 20 import org.apache.log4j.Logger;
21 21
22 /** CrossSection to be imported, holds list of ImportCrossSectionLines. */ 22 /** CrossSection to be imported, holds list of ImportCrossSectionLines. */
23 public class ImportCrossSection 23 public class ImportCrossSection
24 { 24 {
25 private static Logger log = Logger.getLogger(ImportRiver.class); 25 private static Logger log = Logger.getLogger(ImportCrossSection.class);
26 26
27 protected ImportRiver river; 27 protected ImportRiver river;
28 protected String description; 28 protected String description;
29 protected ImportTimeInterval timeInterval; 29 protected ImportTimeInterval timeInterval;
30 protected List<ImportCrossSectionLine> lines; 30 protected List<ImportCrossSectionLine> lines;

http://dive4elements.wald.intevation.org