ovidiu 2002/08/16 18:15:48 Modified: src/java/org/apache/cocoon/components/flow InterpreterSelector.java Log: Organized the imports. Revision Changes Path 1.3 +5 -10 xml-cocoon2/src/java/org/apache/cocoon/components/flow/InterpreterSelector.java Index: InterpreterSelector.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/flow/InterpreterSelector.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- InterpreterSelector.java 2 Jul 2002 08:32:07 -0000 1.2 +++ InterpreterSelector.java 17 Aug 2002 01:15:48 -0000 1.3 @@ -42,20 +42,15 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - This software consists of voluntary contributions made by many individuals - on behalf of the Apache Software Foundation and was originally created by - Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache - Software Foundation, please see <http://www.apache.org/>. - */ package org.apache.cocoon.components.flow; -import org.apache.avalon.excalibur.component.ExcaliburComponentSelector; -import org.apache.avalon.framework.component.ComponentException; -import org.apache.avalon.framework.configuration.Configurable; -import org.apache.avalon.framework.configuration.Configuration; -import org.apache.avalon.framework.configuration.ConfigurationException; import org.apache.avalon.framework.thread.ThreadSafe; +import org.apache.avalon.framework.configuration.ConfigurationException; +import org.apache.avalon.framework.configuration.Configuration; +import org.apache.avalon.framework.configuration.Configurable; +import org.apache.avalon.framework.component.ComponentException; +import org.apache.avalon.excalibur.component.ExcaliburComponentSelector; public class InterpreterSelector extends ExcaliburComponentSelector implements Configurable, ThreadSafe
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]