You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2014/04/03 11:01:14 UTC

svn commit: r1584302 - /olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext

Author: chrisam
Date: Thu Apr  3 09:01:13 2014
New Revision: 1584302

URL: http://svn.apache.org/r1584302
Log:
CMS commit to olingo by chrisam

Modified:
    olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext

Modified: olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext?rev=1584302&r1=1584301&r2=1584302&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext Thu Apr  3 09:01:13 2014
@@ -31,7 +31,6 @@ A BatchQueryPart is a representation of 
 <pre><code>
 BatchQueryPart request = BatchQueryPart.method("GET").uri("$metadata").build();
 </pre></code>
-
 **Note:** The valid method value is GET.
 
 **ChangeSet construction**
@@ -52,7 +51,6 @@ BatchChangeSetPart changeRequest = Batch
 .build();
 ...
 </pre></code>
-
 **Note:** The valid method values are POST, PUT, DELETE or MERGE.
 
 The change request has to become a part of a changeSet. For that you need to create a changeSet object and to attach the change request to this object.