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:47:01 UTC

svn commit: r1703529 - /olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext

Author: chrish
Date: Thu Sep 17 08:47:00 2015
New Revision: 1703529

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext?rev=1703529&r1=1703528&r2=1703529&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext Thu Sep 17 08:47:00 2015
@@ -209,7 +209,7 @@ Here’s the full implementation of t
                 throw new ODataRuntimeException("Unable to create id for entity: " + entitySetName, e);
             }
         }
-   }
+    }
 
 
 The *Public Façade* contains the methods that are called from outside.