comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java @ 4049:8e66293c5369

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:57:10 +0200
parents 6ed8ebd48d6e
children 7d0fb0109c01
comparison
equal deleted inserted replaced
4048:6ed8ebd48d6e 4049:8e66293c5369
107 logger.debug("Describe: the current state is: " + getCurrentStateId()); 107 logger.debug("Describe: the current state is: " + getCurrentStateId());
108 108
109 if (logger.isDebugEnabled()) { 109 if (logger.isDebugEnabled()) {
110 dumpArtifact(); 110 dumpArtifact();
111 } 111 }
112
113 FLYSContext flysContext = FLYSUtils.getFlysContext(context);
114 StateEngine stateEngine = (StateEngine) flysContext.get(
115 FLYSContext.STATE_ENGINE_KEY);
116 112
117 Document description = XMLUtils.newDocument(); 113 Document description = XMLUtils.newDocument();
118 XMLUtils.ElementCreator creator = new XMLUtils.ElementCreator( 114 XMLUtils.ElementCreator creator = new XMLUtils.ElementCreator(
119 description, 115 description,
120 ArtifactNamespaceContext.NAMESPACE_URI, 116 ArtifactNamespaceContext.NAMESPACE_URI,

http://dive4elements.wald.intevation.org