comparison artifacts/src/main/java/org/dive4elements/river/artifacts/WMSGaugeLocationArtifact.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents 8d5ca5175038
children
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
31 public class WMSGaugeLocationArtifact extends WMSDBArtifact { 31 public class WMSGaugeLocationArtifact extends WMSDBArtifact {
32 32
33 public static final String NAME = "wmsgaugelocation"; 33 public static final String NAME = "wmsgaugelocation";
34 34
35 35
36 private static final Logger logger = 36 private static final Logger log =
37 Logger.getLogger(WMSGaugeLocationArtifact.class); 37 Logger.getLogger(WMSGaugeLocationArtifact.class);
38 38
39 39
40 @Override 40 @Override
41 public String getName() { 41 public String getName() {
63 63
64 64
65 65
66 public static class WMSGaugeLocationState extends WMSDBState implements FacetTypes { 66 public static class WMSGaugeLocationState extends WMSDBState implements FacetTypes {
67 67
68 private static final Logger logger = 68 private static final Logger log =
69 Logger.getLogger(WMSGaugeLocationState.class); 69 Logger.getLogger(WMSGaugeLocationState.class);
70 70
71 protected Geometry geom; 71 protected Geometry geom;
72 72
73 public WMSGaugeLocationState(WMSDBArtifact artifact) { 73 public WMSGaugeLocationState(WMSDBArtifact artifact) {

http://dive4elements.wald.intevation.org