comparison artifacts/src/main/java/org/dive4elements/river/artifacts/services/ServerInfoService.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents e4606eae8ea5
children a805211690f7
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
21 public class ServerInfoService extends D4EService { 21 public class ServerInfoService extends D4EService {
22 22
23 /** The log used in this service.*/ 23 /** The log used in this service.*/
24 private static Logger log = 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 =
27 "/artifact-database/help-url/text()";
27 28
28 @Override 29 @Override
29 protected Document doProcess(Document data, GlobalContext globalContext, 30 protected Document doProcess(Document data, GlobalContext globalContext,
30 CallMeta callMeta) { 31 CallMeta callMeta) {
31 log.debug("ServerInfoService.process"); 32 log.debug("ServerInfoService.process");

http://dive4elements.wald.intevation.org