fixed the JavaDoc fix

git-svn-id: https://svn.apache.org/repos/asf/chemistry/opencmis/trunk@1784592 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java b/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java
index 4e24825..18e6a9a 100644
--- a/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java
+++ b/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/data/RepositoryCapabilities.java
@@ -35,7 +35,7 @@
     /**
      * 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 @@
     /**
      * 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 @@
     /**
      * 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 @@
      * 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 @@
      * 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 @@
     /**
      * 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 @@
      * 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 @@
      * 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 @@
      * 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 @@
      * 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 @@
      * 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 @@
      * 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 @@
     /**
      * 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 @@
     /**
      * 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 @@
     /**
      * 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 @@
     /**
      * 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 @@
      * 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
      */