Author: thorsten Date: Mon Sep 29 02:37:29 2008 New Revision: 700036 URL: http://svn.apache.org/viewvc?rev=700036&view=rev Log: organizing imports
Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/helper/StAX.java Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java?rev=700036&r1=700035&r2=700036&view=diff ============================================================================== --- forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java (original) +++ forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurer.java Mon Sep 29 02:37:29 2008 @@ -1,7 +1,6 @@ package org.apache.forrest.dispatcher.impl; import java.io.BufferedInputStream; -import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; @@ -29,7 +28,6 @@ import org.apache.forrest.dispatcher.impl.helper.StAX; import org.apache.forrest.dispatcher.impl.helper.StreamHelper; import org.apache.forrest.dispatcher.utils.CommonString; -import org.xml.sax.InputSource; public class XMLStructurer extends StAX implements Structurer { Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java?rev=700036&r1=700035&r2=700036&view=diff ============================================================================== --- forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java (original) +++ forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/XMLStructurerAxiom.java Mon Sep 29 02:37:29 2008 @@ -22,7 +22,6 @@ import org.apache.axiom.om.OMNamespace; import org.apache.axiom.om.OMNode; import org.apache.axiom.om.impl.builder.StAXOMBuilder; -import org.apache.axiom.om.xpath.AXIOMXPath; import org.apache.forrest.dispatcher.api.Contract; import org.apache.forrest.dispatcher.api.Resolver; import org.apache.forrest.dispatcher.api.Structurer; @@ -33,9 +32,7 @@ import org.apache.forrest.dispatcher.impl.helper.Captions; import org.apache.forrest.dispatcher.impl.helper.StAX; import org.apache.forrest.dispatcher.impl.helper.StreamHelper; -import org.apache.forrest.dispatcher.utils.CommonString; import org.jaxen.JaxenException; -import org.xml.sax.InputSource; public class XMLStructurerAxiom extends StAX implements Structurer { Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/helper/StAX.java URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/helper/StAX.java?rev=700036&r1=700035&r2=700036&view=diff ============================================================================== --- forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/helper/StAX.java (original) +++ forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/impl/helper/StAX.java Mon Sep 29 02:37:29 2008 @@ -36,7 +36,6 @@ import org.xml.sax.InputSource; - import com.ctc.wstx.evt.DefaultEventAllocator; /**