You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/07/31 22:24:42 UTC

svn commit: r1367750 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java

Author: erwan
Date: Tue Jul 31 20:24:42 2012
New Revision: 1367750

URL: http://svn.apache.org/viewvc?rev=1367750&view=rev
Log:
missing ending } in javadoc

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java?rev=1367750&r1=1367749&r2=1367750&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Tue Jul 31 20:24:42 2012
@@ -844,7 +844,7 @@ public interface Delegator {
      *
      * @throws IllegalArgumentException
      *             if the list found has more than one item
-     * @deprecated use {@link #getRelatedOne(String, GenericValue, boolean)
+     * @deprecated use {@link #getRelatedOne(String, GenericValue, boolean)}
      */
     @Deprecated
     public GenericValue getRelatedOne(String relationName, GenericValue value) throws GenericEntityException;
@@ -856,7 +856,7 @@ public interface Delegator {
      *
      * @throws IllegalArgumentException
      *             if the list found has more than one item
-     * @deprecated use {@link #getRelatedOne(String, GenericValue, boolean)
+     * @deprecated use {@link #getRelatedOne(String, GenericValue, boolean)}
      */
     @Deprecated
     public GenericValue getRelatedOneCache(String relationName, GenericValue value) throws GenericEntityException;