You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2004/02/15 20:15:11 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components/modules/input JXPathMetaModule.java

haul        2004/02/15 11:15:11

  Modified:    src/java/org/apache/cocoon/components/modules/input
                        JXPathMetaModule.java
  Log:
  organize imports
  
  Revision  Changes    Path
  1.6       +4 -7      cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/JXPathMetaModule.java
  
  Index: JXPathMetaModule.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/JXPathMetaModule.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JXPathMetaModule.java	15 Feb 2004 19:12:44 -0000	1.5
  +++ JXPathMetaModule.java	15 Feb 2004 19:15:11 -0000	1.6
  @@ -51,16 +51,13 @@
   
   package org.apache.cocoon.components.modules.input;
   
  +import java.util.Iterator;
  +import java.util.Map;
  +
   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.commons.jxpath.*;
  -
  -import java.util.Iterator;
  -import java.util.LinkedList;
  -import java.util.List;
  -import java.util.Map;
   
   /**
    * JXPathModule allows to access properties of any object in generic