cziegeler    2002/11/21 22:38:49

  Modified:    src/java/org/apache/cocoon/components Tag:
                        cocoon_2_0_3_branch CocoonComponentManager.java
  Log:
  Fixing IndexOutOfBoundsException - I have to repeat 100 times: Always check if the 
IDE is committing properly...
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.6  +4 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java
  
  Index: CocoonComponentManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java,v
  retrieving revision 1.13.2.5
  retrieving revision 1.13.2.6
  diff -u -r1.13.2.5 -r1.13.2.6
  --- CocoonComponentManager.java       20 Nov 2002 14:53:21 -0000      1.13.2.5
  +++ CocoonComponentManager.java       22 Nov 2002 06:38:49 -0000      1.13.2.6
  @@ -443,7 +443,9 @@
             
       void addSitemapConfiguration(Configuration conf) {
           if (conf != null) {
  -             this.sitemapConfigurations.add(conf);
  +            this.sitemapConfigurations.add(conf);
  +        } else {
  +            this.sitemapConfigurations.add(EMPTY_CONFIGURATION);
           }
       }
         
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to