You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/10/21 09:58:28 UTC

svn commit: r1709740 - /olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext

Author: chrish
Date: Wed Oct 21 07:58:28 2015
New Revision: 1709740

URL: http://svn.apache.org/viewvc?rev=1709740&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext?rev=1709740&r1=1709739&r2=1709740&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/action/tutorial_action.mdtext Wed Oct 21 07:58:28 2015
@@ -302,7 +302,7 @@ Also add the following lines to the meth
     entityContainer.setActionImports(actionImports);
 
 
-## Extend the data store
+### Extend the data store
 
 We need two methods in the data store to read the function import `CountCategories`.
 
@@ -381,7 +381,7 @@ We also create two methods to reset the
     }
 
 
-## Extend the entity collection and the entity processor to handle function imports
+### Extend the entity collection and the entity processor to handle function imports
 
 We start with the entity collection processor `DemoEntityCollectionProcessor`.
 To keep things simple, the first steps is to distinguish between entity collections and function imports.