comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java @ 1070:b1ed0ec0236f

Smaller Cosmetics. flys-artifacts/trunk@2554 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Aug 2011 11:38:30 +0000
parents 61c051e53f9b
children 3067e700fc13
comparison
equal deleted inserted replaced
1069:28ea1e8a5f46 1070:b1ed0ec0236f
97 * @param data Some data. 97 * @param data Some data.
98 * @param context The CallContext. 98 * @param context The CallContext.
99 * 99 *
100 * @return the description of this artifact. 100 * @return the description of this artifact.
101 */ 101 */
102 @Override
102 public Document describe(Document data, CallContext context) { 103 public Document describe(Document data, CallContext context) {
103 logger.debug("Describe: the current state is: " + getCurrentStateId()); 104 logger.debug("Describe: the current state is: " + getCurrentStateId());
104 105
105 if (logger.isDebugEnabled()) { 106 if (logger.isDebugEnabled()) {
106 dumpArtifact(); 107 dumpArtifact();
155 * 156 *
156 * @param doc Document to add outputmodes to. 157 * @param doc Document to add outputmodes to.
157 * @param outs Element to add outputmode elements to. 158 * @param outs Element to add outputmode elements to.
158 * @param context The given CallContext (mostly for internationalization). 159 * @param context The given CallContext (mostly for internationalization).
159 */ 160 */
161 //@Override
160 protected void appendOutputModes( 162 protected void appendOutputModes(
161 Document doc, 163 Document doc,
162 Element outs, 164 Element outs,
163 CallContext context) 165 CallContext context)
164 { 166 {

http://dive4elements.wald.intevation.org