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

svn commit: r1528419 - /incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext

Author: sklevenz
Date: Wed Oct  2 10:47:47 2013
New Revision: 1528419

URL: http://svn.apache.org/r1528419
Log:
CMS commit to olingo by sklevenz

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext?rev=1528419&r1=1528418&r2=1528419&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext Wed Oct  2 10:47:47 2013
@@ -16,11 +16,11 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# Read Scenario - Read with `$expand`
+# Read Scenario - Read with $expand
 
 ---
 
-### How To Guide - Extend basic read scenario with support for `$expand`
+### How To Guide - Extend basic read scenario with support for $expand
 
 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 `EntityProvider.writeEntry(...)` and `EntityProvider.writeEntrySet(...)` methods with the necessary `EntityProviderWriteProperties` set and how to implement the necessary `OnWriteEntryContent OnWriteFeedContent` callbacks.