You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by de...@apache.org on 2014/04/04 09:45:43 UTC

svn commit: r1584550 - /olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext

Author: deepa
Date: Fri Apr  4 07:45:43 2014
New Revision: 1584550

URL: http://svn.apache.org/r1584550
Log:
CMS commit to olingo by deepa

Modified:
    olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext

Modified: olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext?rev=1584550&r1=1584549&r2=1584550&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/jpafunctionimport.mdtext Fri Apr  4 07:45:43 2014
@@ -162,7 +162,7 @@ OData JPA Processor Library is enhanced 
 		return orderValue;
 		}
 
-      }
+          }
 
 3. Create a Java class by implementing the interface *org.apache.olingo.odata2.jpa.processor.api.model* to register the annotated Java methods.