Author: fmui
Date: Tue May 24 07:13:59 2016
New Revision: 1745308
URL: http://svn.apache.org/viewvc?rev=1745308&view=rev
Log:
JavaDoc clean ups
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/spi/RepositoryService.java
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java?rev=1745308&r1=1745307&r2=1745308&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Rendition.java
Tue May 24 07:13:59 2016
@@ -62,7 +62,7 @@ public interface Rendition extends Rendi
Document getRenditionDocument();
/**
- * Returns the rendition document using the provides
+ * Returns the rendition document using the provided
* {@link OperationContext} if the rendition is a stand-alone document.
*
* @return the rendition document or {@code null} if there is no rendition
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java?rev=1745308&r1=1745307&r2=1745308&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/opencmis/client/api/Session.java
Tue May 24 07:13:59 2016
@@ -256,12 +256,13 @@ public interface Session extends Seriali
*
* @param typeId
* the type ID or {@code null} to request the base types
- * @param includePropertyDefinitions
- * indicates whether the property definitions should be included
- * or not
* @param depth
* the tree depth, must be greater than 0 or -1 for infinite
* depth
+ * @param includePropertyDefinitions
+ * indicates whether the property definitions should be included
+ * or not
+ * @return the tree of types
*
* @throws CmisObjectNotFoundException
* if a type with the given type ID doesn't exist
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/spi/RepositoryService.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/spi/RepositoryService.java?rev=1745308&r1=1745307&r2=1745308&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/spi/RepositoryService.java
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/spi/RepositoryService.java
Tue May 24 07:13:59 2016
@@ -44,7 +44,7 @@ public interface RepositoryService {
* service endpoint.
*
* In contrast to the CMIS specification this method returns repository
- * infos not only repository ids.
+ * infos not only repository IDs.
*/
List<RepositoryInfo> getRepositoryInfos(ExtensionsData extension);