comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MeasurementStationInfoService.java @ 4264:31c017420502

Use correct class for logger in MeasurementStationInfoService
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 26 Oct 2012 11:57:25 +0200
parents 6abc8507e3c8
children 3fffd7d5d67d
comparison
equal deleted inserted replaced
4263:6abc8507e3c8 4264:31c017420502
22 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a> 22 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
23 */ 23 */
24 public class MeasurementStationInfoService extends RiverInfoService { 24 public class MeasurementStationInfoService extends RiverInfoService {
25 25
26 private static final Logger logger = Logger.getLogger( 26 private static final Logger logger = Logger.getLogger(
27 GaugeOverviewInfoService.class); 27 MeasurementStationInfoService.class);
28 28
29 @Override 29 @Override
30 public Document doProcess( 30 public Document doProcess(
31 Document data, 31 Document data,
32 GlobalContext globalContext, 32 GlobalContext globalContext,

http://dive4elements.wald.intevation.org