Author: jpotts
Date: Mon Jun 13 16:22:14 2016
New Revision: 1748280
URL: http://svn.apache.org/viewvc?rev=1748280&view=rev
Log:
Make minor grammar enhancements to exceptions and operation-context.
Modified:
chemistry/docs/cmis-samples/trunk/docs/samples/exceptions.md
chemistry/docs/cmis-samples/trunk/docs/samples/operation-context.md
Modified: chemistry/docs/cmis-samples/trunk/docs/samples/exceptions.md
URL:
http://svn.apache.org/viewvc/chemistry/docs/cmis-samples/trunk/docs/samples/exceptions.md?rev=1748280&r1=1748279&r2=1748280&view=diff
==============================================================================
--- chemistry/docs/cmis-samples/trunk/docs/samples/exceptions.md (original)
+++ chemistry/docs/cmis-samples/trunk/docs/samples/exceptions.md Mon Jun 13
16:22:14 2016
@@ -59,7 +59,7 @@ The property filter or rendition filter
### nameConstraintViolation
The repository is not able to store the object that the user is
creating/updating due to a name constraint violation.
-There could be already an object with the same name or the name contains a
character that is not allowed.
+There could already be an object with the same name or the name contains a
character that is not allowed.
### storage
@@ -70,7 +70,7 @@ The repository is not able to store the
### streamNotSupported
The operation is attempting to get or set a content stream for a document
whose object type specifies that a content stream
-is not allowed for document's of that type.
+is not allowed for documents of that type.
### updateConflict
@@ -92,12 +92,12 @@ The client could not connect to the repo
### unauthorized
-The authentication of user failed.
+User authentication failed.
### proxyAuthentication
-The proxy authentication failed.
+Proxy authentication failed.
### serviceUnavailable
Modified: chemistry/docs/cmis-samples/trunk/docs/samples/operation-context.md
URL:
http://svn.apache.org/viewvc/chemistry/docs/cmis-samples/trunk/docs/samples/operation-context.md?rev=1748280&r1=1748279&r2=1748280&view=diff
==============================================================================
--- chemistry/docs/cmis-samples/trunk/docs/samples/operation-context.md
(original)
+++ chemistry/docs/cmis-samples/trunk/docs/samples/operation-context.md Mon Jun
13 16:22:14 2016
@@ -1,6 +1,6 @@
# Understanding the Operation Context
-The amount of metadata and associated information retrieved during an OpenCMIS
operation could be large, so certain OpenCMIS methods return a sensible subset
of the information by default, and provide additional methods that take an
OperationContext. An OperationContext allows you to tune the amount of
information returned by setting property filters, renditions filters, or by
setting flags to include path segments, ACLs, Allowable Actions, Policies, and
Relationships. The OperationContext is also used to control paging and caching
in an operation.
+The amount of metadata and associated information retrieved during an OpenCMIS
operation could be large, so certain OpenCMIS methods return a sensible subset
of the information by default, and provide additional methods that take an
OperationContext. An OperationContext allows you to tune the amount of
information returned by setting property filters, rendition filters, or by
setting flags to include path segments, ACLs, Allowable Actions, Policies, and
Relationships. The OperationContext is also used to control paging and caching
in an operation.
## Property Filter
@@ -36,4 +36,4 @@ IOperationContext oc2 = OperationContext
// create an operation context that selects everything
IOperationContext oc3 = OperationContextUtils.CreateMaximumOperationContext();
-```
\ No newline at end of file
+```