From commits-return-6398-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Oct 06 14:20:41 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 69529 invoked from network); 6 Oct 2008 14:20:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2008 14:20:41 -0000 Received: (qmail 75450 invoked by uid 500); 6 Oct 2008 14:20:40 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 75415 invoked by uid 500); 6 Oct 2008 14:20:40 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 75406 invoked by uid 99); 6 Oct 2008 14:20:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 07:20:40 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 14:19:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 41CDA238895F; Mon, 6 Oct 2008 07:19:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r702158 - /jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java Date: Mon, 06 Oct 2008 14:19:38 -0000 To: commits@jackrabbit.apache.org From: reschke@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081006141939.41CDA238895F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reschke Date: Mon Oct 6 07:19:38 2008 New Revision: 702158 URL: http://svn.apache.org/viewvc?rev=702158&view=rev Log: JCR-1733: remove leftover constant from WebDAV BIND implementation, enhance Javadoc Modified: jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java Modified: jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java?rev=702158&r1=702157&r2=702158&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java (original) +++ jackrabbit/trunk/jackrabbit-webdav/src/main/java/org/apache/jackrabbit/webdav/DavConstants.java Mon Oct 6 07:19:38 2008 @@ -23,8 +23,8 @@ /** * DavConstants provide constants for request and response - * headers, Xml elements and property names defined by - * RFC 2518. In addition + * headers, XML elements and property names defined by + * RFC 2518. In addition, * common date formats (creation date and modification time) are included. */ public interface DavConstants { @@ -122,11 +122,6 @@ public static final String PROPERTY_SOURCE = "source"; public static final String PROPERTY_SUPPORTEDLOCK = "supportedlock"; - /* - * Webdav property names as defined by the BIND specification. - */ - public static final String PROPERTY_RESOURCEID = "resource-id"; - //-------------------------------------------------< PropFind Constants >--- public static final int PROPFIND_BY_PROPERTY = 0; public static final int PROPFIND_ALL_PROP = 1;