Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 24662 invoked by uid 500); 23 Aug 2003 03:00:33 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 24617 invoked by uid 500); 23 Aug 2003 03:00:31 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 24591 invoked from network); 23 Aug 2003 03:00:31 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 23 Aug 2003 03:00:31 -0000 Received: (qmail 51878 invoked by uid 1672); 22 Aug 2003 21:33:56 -0000 Date: 22 Aug 2003 21:33:56 -0000 Message-ID: <20030822213356.51877.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/webdav/java/org/apache/cocoon/components/source/impl WebDAVSource.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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;