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 12:47:34 UTC

svn commit: r1703563 - /olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext

Author: chrish
Date: Thu Sep 17 10:47:34 2015
New Revision: 1703563

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext?rev=1703563&r1=1703562&r2=1703563&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/sqo_tcs/tutorial_sqo_tcs.mdtext Thu Sep 17 10:47:34 2015
@@ -214,9 +214,10 @@ So we have to modify the line of code, w
 
     :::java
     EntityCollectionSerializerOptions opts = EntityCollectionSerializerOptions.with()
-                                            .contextURL(contextUrl)
-                                            .count(countOption).build();
-
+                                             .contextURL(contextUrl)
+                                             .id(id)
+                                             .count(countOption)
+                                             .build();
 
 Furthermore, we have to change the following line, because the `EntityCollection` to be returned is now different;