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

svn commit: r904763 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/batchClientApi.html

Author: buildbot
Date: Thu Apr  3 09:01:18 2014
New Revision: 904763

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr  3 09:01:18 2014
@@ -1 +1 @@
-1584301
+1584302

Modified: websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/batchClientApi.html Thu Apr  3 09:01:18 2014
@@ -86,8 +86,8 @@
 BatchQueryPart request = BatchQueryPart.method("GET").uri("$metadata").build();
 </pre>
 
-<p></code></p>
-<p><strong>Note:</strong> The valid method value is GET.</p>
+<p></code>
+<strong>Note:</strong> The valid method value is GET.</p>
 <p><strong>ChangeSet construction</strong>
 A BatchChangeSetPart is a representation of a single change request. You can use the following methods in order to fill out a change request:</p>
 <ul>
@@ -107,8 +107,8 @@ BatchChangeSetPart changeRequest = Batch
 ...
 </pre>
 
-<p></code></p>
-<p><strong>Note:</strong> The valid method values are POST, PUT, DELETE or MERGE.</p>
+<p></code>
+<strong>Note:</strong> The valid method values are POST, PUT, DELETE or MERGE.</p>
 <p>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.</p>
 <div class="codehilite"><pre><span class="p">...</span>
 <span class="n">BatchChangeSet</span> <span class="n">changeSet</span> <span class="p">=</span> <span class="n">BatchChangeSet</span><span class="p">.</span><span class="n">newBuilder</span><span class="p">().</span><span class="n">build</span><span class="p">();</span>