Author: chrish
Date: Tue Nov 10 14:51:01 2015
New Revision: 1713658
URL: http://svn.apache.org/viewvc?rev=1713658&view=rev
Log:
CMS commit to olingo by chrish
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext?rev=1713658&r1=1713657&r2=1713658&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Tue Nov 10 14:51:01 2015
@@ -67,8 +67,9 @@ The main idea of the following implement
To do so, we will implement a new processor, which takes a batch request and
dispatches the single requests to the responsible processors.
The folling steps have to be performed:
- * Modify the data store
- * Implement the interface `BatchProcessor`
+
+ - Modify the data store
+ - Implement the interface `BatchProcessor`
## Add transactional behaviour to the data store