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 2013/10/02 12:47:51 UTC

svn commit: r880856 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_expand.html

Author: buildbot
Date: Wed Oct  2 10:47:51 2013
New Revision: 880856

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct  2 10:47:51 2013
@@ -1 +1 @@
-1528417
+1528419

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html Wed Oct  2 10:47:51 2013
@@ -70,9 +70,9 @@
             
             
             
-            <h1 id="read-scenario-read-with-expand">Read Scenario - Read with <code>$expand</code></h1>
+            <h1 id="read-scenario-read-with-expand">Read Scenario - Read with $expand</h1>
 <hr />
-<h3 id="how-to-guide-extend-basic-read-scenario-with-support-for-expand">How To Guide - Extend basic read scenario with support for <code>$expand</code></h3>
+<h3 id="how-to-guide-extend-basic-read-scenario-with-support-for-expand">How To Guide - Extend basic read scenario with support for $expand</h3>
 <p>This How To Guide shows how to extend the basic read scenario with support for the $expand system query option.
 It shows how to call the <code>EntityProvider.writeEntry(...)</code> and <code>EntityProvider.writeEntrySet(...)</code> methods with the necessary <code>EntityProviderWriteProperties</code> set and how to implement the necessary <code>OnWriteEntryContent OnWriteFeedContent</code> callbacks.</p>
 <h3 id="prerequisites">Prerequisites</h3>