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:40:39 UTC

svn commit: r1703562 - /olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext

Author: chrish
Date: Thu Sep 17 10:40:38 2015
New Revision: 1703562

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext?rev=1703562&r1=1703561&r2=1703562&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/navigation/tutorial_navigation.mdtext Thu Sep 17 10:40:38 2015
@@ -569,7 +569,6 @@ The following snippet shows the implemen
 	}else{ // this would be the case for e.g. Products(1)/Category/Products
 		throw new ODataApplicationException("Not supported", HttpStatusCode.NOT_IMPLEMENTED.getStatusCode(),Locale.ROOT);
 	}
-        
         // 3rd: create and configure a serializer
         ContextURL contextUrl = ContextURL.with().entitySet(responseEdmEntitySet).build();
         final String id = request.getRawBaseUri() + "/" + responseEdmEntitySet.getName();