You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/08/22 23:33:56 UTC

cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl WebDAVSource.java

joerg       2003/08/22 14:33:56

  Modified:    src/blocks/webdav/java/org/apache/cocoon/components/source/impl
                        WebDAVSource.java
  Log:
  unused variable removed
  
  Revision  Changes    Path
  1.6       +1 -2      cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl/WebDAVSource.java
  
  Index: WebDAVSource.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl/WebDAVSource.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WebDAVSource.java	22 Aug 2003 12:23:41 -0000	1.5
  +++ WebDAVSource.java	22 Aug 2003 21:33:56 -0000	1.6
  @@ -765,7 +765,6 @@
       public SourceProperty getSourceProperty (String namespace, String name)
       throws SourceException {
   
  -          Vector sourceproperties = new Vector();
             DOMParser parser = null;
             String xml = "";
             Enumeration props= null;