You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/05/15 16:45:45 UTC

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

Author: doogie
Date: Tue May 15 14:45:45 2012
New Revision: 1338735

URL: http://svn.apache.org/viewvc?rev=1338735&view=rev
Log:
Remove errant NOTE for 2008 that was part of a cut-n-waste.

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=1338735&r1=1338734&r2=1338735&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Tue May 15 14:45:45 2012
@@ -375,7 +375,7 @@ public interface Delegator {
     /**
      * Finds Generic Entity records by all of the specified fields (ie: combined
      * using AND), looking first in the cache; uses orderBy for lookup, but only
-     * keys results on the entityName and fields NOTE 20080502: 56 references
+     * keys results on the entityName and fields
      *
      * @param entityName
      *            The Name of the Entity as defined in the entity XML file