You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@locus.apache.org on 2000/08/25 22:18:26 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/sitemap SitemapManager.java

giacomo     00/08/25 13:18:24

  Modified:    src/org/apache/cocoon/sitemap Tag: xml-cocoon2
                        SitemapManager.java
  Log:
  Fixed a bug due to a hint from Vadim Gritsenko
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +2 -2      xml-cocoon/src/org/apache/cocoon/sitemap/Attic/SitemapManager.java
  
  Index: SitemapManager.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/sitemap/Attic/SitemapManager.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- SitemapManager.java	2000/08/21 17:35:31	1.1.2.8
  +++ SitemapManager.java	2000/08/25 20:18:19	1.1.2.9
  @@ -32,7 +32,7 @@
    * checking regeneration of the sub <code>Sitemap</code>
    *
    * @author <a href="mailto:Giacomo.Pati@pwr.ch">Giacomo Pati</a>
  - * @version CVS $Revision: 1.1.2.8 $ $Date: 2000/08/21 17:35:31 $
  + * @version CVS $Revision: 1.1.2.9 $ $Date: 2000/08/25 20:18:19 $
    */
   public class SitemapManager implements Configurable, Composer {
   
  @@ -93,6 +93,6 @@
                       return true;
               }
           }
  -        return true;
  +        return false;
       }
   }