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 2014/02/06 13:20:41 UTC

svn commit: r1565196 - /incubator/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.mdtext

Author: chrisam
Date: Thu Feb  6 12:20:41 2014
New Revision: 1565196

URL: http://svn.apache.org/r1565196
Log:
CMS commit to olingo by chrisam

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

Modified: incubator/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.mdtext?rev=1565196&r1=1565195&r2=1565196&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.mdtext Thu Feb  6 12:20:41 2014
@@ -22,7 +22,7 @@ Notice:    Licensed to the Apache Softwa
 ## How To Guide for the using an EDM Parser
 
 The EDM Parser is designed to parse the metadata document.
-To make the parser accessible from the API, we have to implement the method `readMetadata` from interface `com.sap.core.odata.api.ep.EntityProviderInterface`:
+To make the parser accessible from the API, we have to implement the method `readMetadata` from interface `org.apache.olingo.odata2.api.ep.EntityProviderInterface`:
 
      @Override
      public Edm readMetadata(final InputStream inputStream, final boolean validate) throws EntityProviderException {