comparison artifacts/src/main/java/org/dive4elements/river/artifacts/AbstractStaticStateArtifact.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 af13ceeba52a
children 5e38e2924c07
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
39 */ 39 */
40 public abstract class AbstractStaticStateArtifact extends StaticD4EArtifact { 40 public abstract class AbstractStaticStateArtifact extends StaticD4EArtifact {
41 41
42 private transient StaticState staticstate; 42 private transient StaticState staticstate;
43 43
44 private static final Logger logger = 44 private static final Logger log =
45 Logger.getLogger(AbstractStaticStateArtifact.class); 45 Logger.getLogger(AbstractStaticStateArtifact.class);
46 46
47 /** 47 /**
48 * Get a list containing the one and only State. 48 * Get a list containing the one and only State.
49 * @param context ignored. 49 * @param context ignored.
94 return getStaticState(); 94 return getStaticState();
95 } 95 }
96 96
97 @Override 97 @Override
98 public Document describe(Document data, CallContext cc) { 98 public Document describe(Document data, CallContext cc) {
99 logger.debug("Describe artifact: " + identifier()); 99 log.debug("Describe artifact: " + identifier());
100 100
101 Document desc = XMLUtils.newDocument(); 101 Document desc = XMLUtils.newDocument();
102 102
103 ElementCreator creator = new ElementCreator( 103 ElementCreator creator = new ElementCreator(
104 desc, 104 desc,

http://dive4elements.wald.intevation.org