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/03/19 14:39:10 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/source/impl SitemapSource.java

cziegeler    2004/03/19 05:39:10

  Modified:    src/java/org/apache/cocoon/components/source/impl
                        SitemapSource.java
  Log:
  Remove unused variable
  
  Revision  Changes    Path
  1.32      +2 -2      cocoon-2.2/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java
  
  Index: SitemapSource.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- SitemapSource.java	8 Mar 2004 14:01:55 -0000	1.31
  +++ SitemapSource.java	19 Mar 2004 13:39:09 -0000	1.32
  @@ -129,7 +129,7 @@
   
           // create environment...
           EnvironmentWrapper wrapper = new EnvironmentWrapper(env, info.requestURI, 
  -                                                   info.queryString, logger, manager, info.rawMode, info.view);
  +                                                   info.queryString, logger, info.rawMode, info.view);
           wrapper.setURI(info.prefix, info.uri);
           
           // The environment is a facade whose delegate can be changed in case of internal redirects