giacomo     00/08/29 13:33:43

  Modified:    src/org/apache/cocoon/sitemap Tag: xml-cocoon2
                        SitemapManager.java
  Log:
  Code cleanup
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.10  +3 -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.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- SitemapManager.java       2000/08/25 20:18:19     1.1.2.9
  +++ SitemapManager.java       2000/08/29 20:33:42     1.1.2.10
  @@ -32,7 +32,7 @@
    * checking regeneration of the sub <code>Sitemap</code>
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
  - * @version CVS $Revision: 1.1.2.9 $ $Date: 2000/08/25 20:18:19 $
  + * @version CVS $Revision: 1.1.2.10 $ $Date: 2000/08/29 20:33:42 $
    */
   public class SitemapManager implements Configurable, Composer {
   
  @@ -89,8 +89,9 @@
           while (enum.hasMoreElements()) {
               sitemapHandler = (SitemapHandler) enum.nextElement ();
               if (sitemapHandler != null) {
  -                if (sitemapHandler.hasChanged())
  +                if (sitemapHandler.hasChanged()) {
                       return true;
  +                }
               }
           }
           return false;
  
  
  

Reply via email to