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/08 14:44:52 UTC

svn commit: r1701791 - /olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Author: chrish
Date: Tue Sep  8 12:44:51 2015
New Revision: 1701791

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Modified: olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1701791&r1=1701790&r2=1701791&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext Tue Sep  8 12:44:51 2015
@@ -438,7 +438,7 @@ When declaring an `EntitySet`, we need t
 In our example, we set our previously created `CsdlEntityType`, which is referred by a _FullQualifiedName_.
 
     :::java
-    public CsdlEntitySet getEntitySet(FullQualifiedName entityContainer, String entitySetName) throws ODataException {
+    public CsdlEntitySet getEntitySet(FullQualifiedName entityContainer, String entitySetName) {
 
       if(entityContainer.equals(CONTAINER)){
         if(entitySetName.equals(ES_PRODUCTS_NAME)){