You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/09/06 09:46:17 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/source SourceHandlerImpl.java

cziegeler    01/09/06 00:46:17

  Modified:    src/org/apache/cocoon/components/source Tag:
                        cocoon_20_branch SourceHandlerImpl.java
  Log:
  Patch against ClassCastException
  Submitted by: Stefan Koehler (stefan.koehler@interface-projects.de)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -2      xml-cocoon2/src/org/apache/cocoon/components/source/SourceHandlerImpl.java
  
  Index: SourceHandlerImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/source/SourceHandlerImpl.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- SourceHandlerImpl.java	2001/08/20 14:07:29	1.1.2.3
  +++ SourceHandlerImpl.java	2001/09/06 07:46:17	1.1.2.4
  @@ -35,7 +35,7 @@
   
   /**
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version $Id: SourceHandlerImpl.java,v 1.1.2.3 2001/08/20 14:07:29 dims Exp $
  + * @version $Id: SourceHandlerImpl.java,v 1.1.2.4 2001/09/06 07:46:17 cziegeler Exp $
    */
   public final class SourceHandlerImpl
   extends AbstractLoggable
  @@ -109,7 +109,7 @@
           if (this.urlFactory != null) {
               this.manager.release((Component)this.urlFactory);
           }
  -        Iterator iter = this.sourceFactories.keySet().iterator();
  +        Iterator iter = this.sourceFactories.values().iterator();
           SourceFactory current;
           while (iter.hasNext() == true) {
               current = (SourceFactory) iter.next();
  
  
  

----------------------------------------------------------------------
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