comparison artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.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 49daff6c11ca
children abef2584c9a7
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
65 * 65 *
66 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 66 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
67 */ 67 */
68 public class D4EArtifact extends DefaultArtifact { 68 public class D4EArtifact extends DefaultArtifact {
69 69
70 /** The logger that is used in this artifact. */ 70 /** The log that is used in this artifact. */
71 private static Logger log = Logger.getLogger(D4EArtifact.class); 71 private static Logger log = Logger.getLogger(D4EArtifact.class);
72 72
73 public static final String COMPUTING_CACHE = "computed.values"; 73 public static final String COMPUTING_CACHE = "computed.values";
74 74
75 /** The XPath that points to the input data elements of the FEED document. */ 75 /** The XPath that points to the input data elements of the FEED document. */

http://dive4elements.wald.intevation.org