svn commit: r709634 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: GenericEntity.java model/ModelEntity.java util/EntityTypeUtil.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r709634 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: GenericEntity.java model/ModelEntity.java util/EntityTypeUtil.java

doogie-3
Author: doogie
Date: Fri Oct 31 20:35:29 2008
New Revision: 709634

URL: http://svn.apache.org/viewvc?rev=709634&view=rev
Log:
No more javadoc warnings.

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityTypeUtil.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java?rev=709634&r1=709633&r2=709634&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java Fri Oct 31 20:35:29 2008
@@ -1263,7 +1263,7 @@
     }
 
     /** Compares this GenericEntity to the passed object
-     *@param obj Object to compare this to
+     *@param that Object to compare this to
      *@return int representing the result of the comparison (-1,0, or 1)
      */
     public int compareTo(GenericEntity that) {

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java?rev=709634&r1=709633&r2=709634&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java Fri Oct 31 20:35:29 2008
@@ -1301,7 +1301,7 @@
      * @param value
      * @param delegator
      * @param context
-     * @return
+     * @return the converted value
      */
     public Object convertFieldValue(ModelField modelField, Object value, GenericDelegator delegator, Map<String, ? extends Object> context) {
         if (value == null || value == GenericEntity.NULL_FIELD) {

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityTypeUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityTypeUtil.java?rev=709634&r1=709633&r2=709634&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityTypeUtil.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityTypeUtil.java Fri Oct 31 20:35:29 2008
@@ -107,12 +107,6 @@
         return descendantTypes;
     }
 
-    /**
-     *  Description of the Method
-     *
-     *@param  catName                       Description of Parameter
-     *@exception  java.rmi.RemoteException  Description of Exception
-     */
     public static boolean isType(GenericValue thisType, GenericValue targetType) {
         if (thisType == null) {
             return false;