You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/07/22 14:46:06 UTC

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

Author: mibo
Date: Wed Jul 22 12:46:06 2015
New Revision: 1692266

URL: http://svn.apache.org/r1692266
Log:
Minor clean up

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=1692266&r1=1692265&r2=1692266&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 Wed Jul 22 12:46:06 2015
@@ -97,7 +97,7 @@ And the browser will display the followi
       * The Service URLs
   6. Summary
 
-___
+---
 
 # 1. Prerequisites
 
@@ -108,7 +108,7 @@ In order to follow this tutorial, you sh
 * Optional: knowledge about developing web applications
 * Optional: knowledge about building with Maven
 
-___
+---
 
 # 2. Preparation
 
@@ -268,7 +268,7 @@ You should check it for the output �
 > If maven provides an error marker right from the beginning,it would help to update your Project:
 > From context menu on project node, choose Maven -> update Project -> <your project>
 
-___
+---
 
 # 4. Implementation
 
@@ -456,7 +456,6 @@ In our example, we have only one _Entity
 
 
     :::java
-    @Override
     public CsdlEntityContainer getEntityContainer() throws ODataException {
 
       // create EntitySets
@@ -828,7 +827,6 @@ This is where our two implemented classe
       private static final long serialVersionUID = 1L;
       private static final Logger LOG = LoggerFactory.getLogger(DemoServlet.class);
 
-      @Override
       protected void service(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException, IOException {
         try {
           // create odata handler and configure it with CsdlEdmProvider and Processor