comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/QSectorSingleState.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 0a5239a1e46e
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
34 { 34 {
35 /** Developer-centric description of facet. */ 35 /** Developer-centric description of facet. */
36 public static final String I18N_DESCRIPTION 36 public static final String I18N_DESCRIPTION
37 = "facet.qsector"; 37 = "facet.qsector";
38 38
39 /** The logger that is used in this state. */ 39 /** The log that is used in this state. */
40 private static final Logger logger = 40 private static final Logger log =
41 Logger.getLogger(QSectorSingleState.class); 41 Logger.getLogger(QSectorSingleState.class);
42 42
43 43
44 /** 44 /**
45 * Add QSectorFacets to list of Facets. 45 * Add QSectorFacets to list of Facets.
55 D4EArtifact artifact, 55 D4EArtifact artifact,
56 String hash, 56 String hash,
57 CallMeta meta, 57 CallMeta meta,
58 List<Facet> facets 58 List<Facet> facets
59 ) { 59 ) {
60 logger.debug("QSectorSingleState.compute()"); 60 log.debug("QSectorSingleState.compute()");
61 QSectorArtifact points = (QSectorArtifact) artifact; 61 QSectorArtifact points = (QSectorArtifact) artifact;
62 62
63 QSectorFacet qfacet = new QSectorFacet( 63 QSectorFacet qfacet = new QSectorFacet(
64 0, 64 0,
65 QSECTOR, 65 QSECTOR,

http://dive4elements.wald.intevation.org