comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java @ 4048:6ed8ebd48d6e

Removed dead code.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:14:23 +0200
parents 7f8d92873d58
children 8e66293c5369
comparison
equal deleted inserted replaced
4047:3dc26ec2558d 4048:6ed8ebd48d6e
166 Document doc, 166 Document doc,
167 Element outs, 167 Element outs,
168 CallContext context) 168 CallContext context)
169 { 169 {
170 List<String> stateIds = getPreviousStateIds(); 170 List<String> stateIds = getPreviousStateIds();
171
172 XMLUtils.ElementCreator creator = new XMLUtils.ElementCreator(
173 doc,
174 ArtifactNamespaceContext.NAMESPACE_URI,
175 ArtifactNamespaceContext.NAMESPACE_PREFIX);
176 171
177 FLYSContext flysContext = FLYSUtils.getFlysContext(context); 172 FLYSContext flysContext = FLYSUtils.getFlysContext(context);
178 StateEngine engine = (StateEngine) flysContext.get( 173 StateEngine engine = (StateEngine) flysContext.get(
179 FLYSContext.STATE_ENGINE_KEY); 174 FLYSContext.STATE_ENGINE_KEY);
180 175

http://dive4elements.wald.intevation.org