You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fr...@apache.org on 2001/12/13 15:52:55 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/url URLFactory.java

froehlich    01/12/13 06:52:55

  Modified:    src/org/apache/cocoon/components/url URLFactory.java
  Log:
  fixed import
  
  Revision  Changes    Path
  1.7       +2 -1      xml-cocoon2/src/org/apache/cocoon/components/url/URLFactory.java
  
  Index: URLFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/url/URLFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- URLFactory.java	2001/12/13 11:50:47	1.6
  +++ URLFactory.java	2001/12/13 14:52:54	1.7
  @@ -7,6 +7,7 @@
    *****************************************************************************/
   package org.apache.cocoon.components.url;
   
  +import org.apache.avalon.framework.component.Component;
   import org.apache.avalon.framework.thread.ThreadSafe;
   
   import java.net.MalformedURLException;
  @@ -14,7 +15,7 @@
   
   /**
    * @author <a href="mailto:giacomo@apache.org">Giacomo Pati</a>
  - * @version $Id: URLFactory.java,v 1.6 2001/12/13 11:50:47 cziegeler Exp $
  + * @version $Id: URLFactory.java,v 1.7 2001/12/13 14:52:54 froehlich Exp $
    */
   public interface URLFactory extends Component {
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org