Author: buildbot
Date: Tue May 28 07:15:13 2019
New Revision: 1045617

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 28 07:15:13 2019
@@ -1 +1 @@
-1860177
+1860184

Modified: 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html
==============================================================================
--- 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html
 (original)
+++ 
websites/staging/olingo/trunk/content/doc/odata4/tutorials/od4_basic_client_read.html
 Tue May 28 07:15:13 2019
@@ -112,8 +112,8 @@ For creating a simple odata service refe
     project.</li>
 <li>Create a class OlingoSampleApp.java under package
     org.apache.olingo.samples.client.</li>
-<li>Copy the entire <a href="OlingoSampleApp.java">sample client code</a> into 
this class.</li>
-<li>Copy the <a href="OlingoSampleApp.java">sample pom file</a> into this 
projects pom.xml file.</li>
+<li>Copy the entire <a href="#sample">sample client code</a> into this 
class.</li>
+<li>Copy <a href="#pom">this sample pom into</a> into this projects pom.xml 
file.</li>
 <li>Run OlingoSampleApp against sample Service</li>
 <li>In order to fetch all the dependencies in the pom.xml file run
     eclipse:eclipse command on the sample client project</li>
@@ -238,7 +238,8 @@ If the entry was updated successfully an
 </pre></div>
 
 
-<p>So the code for delete of an entry the  DELETE request URI is an Entity for 
which a key value is required for creation of the absolut uri. Via execute() 
method the request is done against the uri and the responding http status code 
is returned, which is, if the entry was deleted successfully, an HTTP Status: 
204 No content.</p>
+<p>So the code for delete of an entry the  DELETE request URI is an Entity for 
which a key value is required for creation of the absolut uri. Via execute() 
method the request is done against the uri and the responding http status code 
is returned, which is, if the entry was deleted successfully, an HTTP Status: 
204 No content.
+<a name="pom"></a></p>
 <h2 id="sample-pomxml-file">Sample pom.xml file<a class="headerlink" 
href="#sample-pomxml-file" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="cp">&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;UTF-8&quot;?&gt;</span>
 <span class="c">&lt;!--</span>
@@ -345,6 +346,7 @@ If the entry was updated successfully an
 </pre></div>
 
 
+<p><a name="sample"></a></p>
 <h2 id="olingosampleappjava">OlingoSampleApp.java<a class="headerlink" 
href="#olingosampleappjava" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="cm">/*</span>
 <span class="cm"> * Licensed to the Apache Software Foundation (ASF) under 
one</span>


Reply via email to