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 2004/01/07 16:08:42 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/components SitemapConfigurable.java

cziegeler    2004/01/07 07:08:42

  Modified:    src/java/org/apache/cocoon/components
                        SitemapConfigurable.java
  Log:
  Clarify comment
  
  Revision  Changes    Path
  1.4       +4 -3      cocoon-2.1/src/java/org/apache/cocoon/components/SitemapConfigurable.java
  
  Index: SitemapConfigurable.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/SitemapConfigurable.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SitemapConfigurable.java	20 Mar 2003 11:45:58 -0000	1.3
  +++ SitemapConfigurable.java	7 Jan 2004 15:08:42 -0000	1.4
  @@ -54,8 +54,9 @@
   
   /**
    * Objects implementing this marker interface can get a configuration
  - * from the map:pipelines section of the sitemap each time they
  - * are looked up.
  + * from the map:pipelines section of the sitemap when they are created.
  + * Due to a problem in the component handling the {@link #configure}
  + * method is actually called each time the component is looked up!
    *
    * @since 2.1
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>