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

svn commit: r965737 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/tutorials/readep/tutorial_readep.html

Author: buildbot
Date: Thu Sep 17 08:47:09 2015
New Revision: 965737

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 17 08:47:09 2015
@@ -1 +1 @@
-1703528
+1703529

Modified: websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.html Thu Sep 17 08:47:09 2015
@@ -273,10 +273,10 @@ Within this package, create a new class
             <span class="k">throw</span> <span class="k">new</span> <span class="nf">ODataRuntimeException</span><span class="o">(</span><span class="s">&quot;Unable to create id for entity: &quot;</span> <span class="o">+</span> <span class="n">entitySetName</span><span class="o">,</span> <span class="n">e</span><span class="o">);</span>
         <span class="o">}</span>
     <span class="o">}</span>
+<span class="o">}</span>
 </pre></div>
 
 
-<p>}</p>
 <p>The <em>Public Façade</em> contains the methods that are called from outside.<br />
 They are data-layer-agnostic; their parameters are objects from the OData world.<br />
 The implementation of these methods simply delegates the logic to the internal methods.  </p>