Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 881AC200C34 for ; Mon, 27 Feb 2017 17:16:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 86A57160B60; Mon, 27 Feb 2017 16:16:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AAB3F160B56 for ; Mon, 27 Feb 2017 17:16:25 +0100 (CET) Received: (qmail 79348 invoked by uid 500); 27 Feb 2017 16:16:24 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 79337 invoked by uid 99); 27 Feb 2017 16:16:24 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 16:16:24 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F13FB3A05CD for ; Mon, 27 Feb 2017 16:16:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1784592 - /chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java Date: Mon, 27 Feb 2017 16:16:23 -0000 To: commits@chemistry.apache.org From: fmui@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170227161623.F13FB3A05CD@svn01-us-west.apache.org> archived-at: Mon, 27 Feb 2017 16:16:26 -0000 Author: fmui Date: Mon Feb 27 16:16:23 2017 New Revision: 1784592 URL: http://svn.apache.org/viewvc?rev=1784592&view=rev Log: fixed the JavaDoc fix Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java?rev=1784592&r1=1784591&r2=1784592&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java Mon Feb 27 16:16:23 2017 @@ -35,7 +35,7 @@ public interface RepositoryCapabilities /** * Returns the Content Stream Updates capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -45,7 +45,7 @@ public interface RepositoryCapabilities /** * Returns the Changes capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -55,7 +55,7 @@ public interface RepositoryCapabilities /** * Returns Rendition capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -68,7 +68,7 @@ public interface RepositoryCapabilities * Returns the Get Descendants capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -78,7 +78,7 @@ public interface RepositoryCapabilities * Returns Get Folder Tree capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -87,7 +87,7 @@ public interface RepositoryCapabilities /** * Returns the Order By capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.1 @@ -100,7 +100,7 @@ public interface RepositoryCapabilities * Returns the Multifiling capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -110,7 +110,7 @@ public interface RepositoryCapabilities * Returns the Unfiling capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -120,7 +120,7 @@ public interface RepositoryCapabilities * Returns the Version Specific Filing capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -132,7 +132,7 @@ public interface RepositoryCapabilities * Returns the PWC Searchable capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -142,7 +142,7 @@ public interface RepositoryCapabilities * Returns the PWC Updatable capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -152,7 +152,7 @@ public interface RepositoryCapabilities * Returns the All Versions Searchable capability. * * @return {@code true} if supported, {@code false} if not supported, or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.0 */ @@ -163,7 +163,7 @@ public interface RepositoryCapabilities /** * Returns the Query capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -173,7 +173,7 @@ public interface RepositoryCapabilities /** * Returns the Join capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -185,7 +185,7 @@ public interface RepositoryCapabilities /** * Returns the ACL capability. * - * @return the capability enum or {@code null} if the the repository does not + * @return the capability enum or {@code null} if the the repository does not * provide this value * * @cmis 1.0 @@ -197,7 +197,7 @@ public interface RepositoryCapabilities /** * Returns the Creatable Property Types capability. * - * @return the creatable property types or {@code null} if the the repository + * @return the creatable property types or {@code null} if the the repository * does not provide this value * * @cmis 1.1 @@ -208,7 +208,7 @@ public interface RepositoryCapabilities * Returns the New Type Settable Attributes capability. * * @return the attributes that can be set when a new type is created or - * {@code null} if the the repository does not provide this value + * {@code null} if the the repository does not provide this value * * @cmis 1.1 */