Author: chrisam
Date: Thu Apr 3 08:54:15 2014
New Revision: 1584288
URL: http://svn.apache.org/r1584288
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=1584288&r1=1584287&r2=1584288&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/batchClientApi.mdtext Thu Apr 3
08:54:15 2014
@@ -28,7 +28,7 @@ A BatchQueryPart is a representation of
- contentId(String)
- headers(List<String>)
- BatchQueryPart request =
BatchQueryPart.method("GET").uri("$metadata").build();
+BatchQueryPart request = BatchQueryPart.method("GET").uri("$metadata").build();
**Note:** The valid method value is GET.
@@ -82,5 +82,4 @@ You receive a list of single response by
response.getHeader(HttpHeaders.CONTENT_TYPE);
response.getBody();
response.getContentId();
-
-}
\ No newline at end of file
+ }