comparison artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.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 0a337f0005c2
children 1d3d61c8f596
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
48 * Lots of stuff done in AttributeParser and AttributeWriter. 48 * Lots of stuff done in AttributeParser and AttributeWriter.
49 * Critical out and facet merging. 49 * Critical out and facet merging.
50 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 50 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
51 */ 51 */
52 public class D4EArtifactCollection extends DefaultArtifactCollection { 52 public class D4EArtifactCollection extends DefaultArtifactCollection {
53 /** The logger used in this class. */ 53 /** The log used in this class. */
54 private static Logger log = Logger.getLogger(D4EArtifactCollection.class); 54 private static Logger log = Logger.getLogger(D4EArtifactCollection.class);
55 55
56 /** Constant XPath that points to the outputmodes of an artifact. */ 56 /** Constant XPath that points to the outputmodes of an artifact. */
57 public static final String XPATH_ARTIFACT_OUTPUTMODES = 57 public static final String XPATH_ARTIFACT_OUTPUTMODES =
58 "/art:result/art:outputmodes"; 58 "/art:result/art:outputmodes";

http://dive4elements.wald.intevation.org