comparison artifacts/src/main/java/org/dive4elements/river/artifacts/services/ServerInfoService.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 d30ae7275e5a
children 5e38e2924c07
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
18 * 18 *
19 * @author <a href="mailto:christian.lins@intevation.de">Christian Lins</a> 19 * @author <a href="mailto:christian.lins@intevation.de">Christian Lins</a>
20 */ 20 */
21 public class ServerInfoService extends D4EService { 21 public class ServerInfoService extends D4EService {
22 22
23 /** The logger used in this service.*/ 23 /** The log used in this service.*/
24 private static Logger logger = Logger.getLogger(ServerInfoService.class); 24 private static Logger log = Logger.getLogger(ServerInfoService.class);
25 25
26 private static final String XPATH_HELP_URL = "/artifact-database/help-url/text()"; 26 private static final String XPATH_HELP_URL = "/artifact-database/help-url/text()";
27 27
28 @Override 28 @Override
29 protected Document doProcess(Document data, GlobalContext globalContext, 29 protected Document doProcess(Document data, GlobalContext globalContext,
30 CallMeta callMeta) { 30 CallMeta callMeta) {
31 logger.debug("ServerInfoService.process"); 31 log.debug("ServerInfoService.process");
32 32
33 Document result = XMLUtils.newDocument(); 33 Document result = XMLUtils.newDocument();
34 34
35 XMLUtils.ElementCreator ec = new XMLUtils.ElementCreator( 35 XMLUtils.ElementCreator ec = new XMLUtils.ElementCreator(
36 result, 36 result,

http://dive4elements.wald.intevation.org