comparison artifacts/src/main/java/org/dive4elements/river/artifacts/StaticWQKmsArtifact.java @ 6913:08527cc6341f

Typo fix in debug message.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 22 Aug 2013 14:58:56 +0200
parents ca56c4e6a755
children c5f7c798a0a4
comparison
equal deleted inserted replaced
6912:058b8dc4e8b6 6913:08527cc6341f
102 { 102 {
103 logger.debug("StaticWQKmsArtifact.setup"); 103 logger.debug("StaticWQKmsArtifact.setup");
104 104
105 // Store the 'ids' (from datacage). 105 // Store the 'ids' (from datacage).
106 if (logger.isDebugEnabled()) { 106 if (logger.isDebugEnabled()) {
107 logger.debug("StaticWQKmsArtiact.setup" + XMLUtils.toString(data)); 107 logger.debug("StaticWQKmsArtifact.setup" + XMLUtils.toString(data));
108 } 108 }
109 109
110 String code = getDatacageIDValue(data); 110 String code = getDatacageIDValue(data);
111 addStringData("ids", code); 111 addStringData("ids", code);
112 if (code != null) { 112 if (code != null) {

http://dive4elements.wald.intevation.org