Author: ramyav
Date: Tue May 28 07:18:03 2019
New Revision: 1860185
URL: http://svn.apache.org/viewvc?rev=1860185&view=rev
Log:
Changing font size
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext?rev=1860185&r1=1860184&r2=1860185&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/od4_basic_client_read.mdtext
Tue May 28 07:18:03 2019
@@ -158,7 +158,7 @@ For deletion of an entry just a DELETE r
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>
-##Sample pom.xml file
+###Sample pom.xml file
<?xml version="1.0" encoding="UTF-8"?>
<!--
@@ -263,7 +263,7 @@ So the code for delete of an entry the
</profiles>
</project>
<a name="sample"></a>
-## OlingoSampleApp.java
+### OlingoSampleApp.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
@@ -573,9 +573,4 @@ So the code for delete of an entry the
ODataDeleteResponse response = request.execute();
return response.getStatusCode();
}
- }
-
- [1]: Sample pom.xml file
-
-
- [1]: OlingoSampleApp.java
\ No newline at end of file
+ }
\ No newline at end of file