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/09/17 10:34:28 UTC

svn commit: r1703522 - /olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Author: chrish
Date: Thu Sep 17 08:34:27 2015
New Revision: 1703522

URL: http://svn.apache.org/r1703522
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1703522&r1=1703521&r2=1703522&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext Thu Sep 17 08:34:27 2015
@@ -772,12 +772,7 @@ If a client requests the response in [AT
 The method *createId* allows us to create an id in a convenient way.
 
 
-    :::java
-    /**   
-     * Helper method for providing some sample data   
-     * @param edmEntitySet for which the data is requested    
-     * @return data of requested entity set   
-     */   
+    :::java 
     private EntityCollection getData(EdmEntitySet edmEntitySet){
     
        EntityCollection productsCollection = new EntityCollection();