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 2013/10/23 13:25:18 UTC

git commit: [OLINGO - 36] - Remove Java Doc warnings in JPA

Updated Branches:
  refs/heads/master 08e11ce6d -> 8ef952046


[OLINGO - 36] - Remove Java Doc warnings in JPA

Signed-off-by: Chandan V A <ch...@sap.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/8ef95204
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/8ef95204
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/8ef95204

Branch: refs/heads/master
Commit: 8ef952046c8f8bedd29902e24f78fcbc225f53f4
Parents: 08e11ce
Author: Chandan V A <ch...@sap.com>
Authored: Wed Oct 23 16:46:25 2013 +0530
Committer: Chandan V A <ch...@sap.com>
Committed: Wed Oct 23 16:53:05 2013 +0530

----------------------------------------------------------------------
 .../odata2/processor/api/jpa/access/JPAProcessor.java   | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8ef95204/odata2-processor-jpa/jpa-api/src/main/java/org/apache/olingo/odata2/processor/api/jpa/access/JPAProcessor.java
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/src/main/java/org/apache/olingo/odata2/processor/api/jpa/access/JPAProcessor.java b/odata2-processor-jpa/jpa-api/src/main/java/org/apache/olingo/odata2/processor/api/jpa/access/JPAProcessor.java
index d13dd77..af9b77d 100644
--- a/odata2-processor-jpa/jpa-api/src/main/java/org/apache/olingo/odata2/processor/api/jpa/access/JPAProcessor.java
+++ b/odata2-processor-jpa/jpa-api/src/main/java/org/apache/olingo/odata2/processor/api/jpa/access/JPAProcessor.java
@@ -154,7 +154,6 @@ public interface JPAProcessor {
    * @param createView
    * @param content
    * @param requestContentType
-   * @param contentType
    * @return Created Object
    * 
    * @throws ODataJPAModelException
@@ -172,8 +171,6 @@ public interface JPAProcessor {
    * 
    * @param createView
    * @param content
-   * @param requestContentType
-   * @param contentType
    * @return Created Object
    * 
    * @throws ODataJPAModelException
@@ -187,8 +184,9 @@ public interface JPAProcessor {
    * Processes OData request for updating Entity. The method returns an Object
    * which is updated. A Null reference implies object was not created.
    * 
-   * @param deleteuriInfo
-   * @param contentType
+   * @param updateView
+   * @param content
+   * @param requestContentType
    * @return Deleted Object
    * 
    * @throws ODataJPAModelException
@@ -202,8 +200,8 @@ public interface JPAProcessor {
    * Processes OData request for updating Entity. The method returns an Object
    * which is updated. A Null reference implies object was not created.
    * 
-   * @param deleteuriInfo
-   * @param contentType
+   * @param updateView
+   * @param content
    * @return Deleted Object
    * 
    * @throws ODataJPAModelException