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

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

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

jleroux@apache.org
Author: jleroux
Date: Wed Nov 25 20:31:38 2009
New Revision: 884251

URL: http://svn.apache.org/viewvc?rev=884251&view=rev
Log:
Fix a typo in JavaDoc found by Eclipse

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=884251&r1=884250&r2=884251&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/Delegator.java Wed Nov 25 20:31:38 2009
@@ -432,7 +432,7 @@
      *            entity with group-by aliases)
      * @param fieldsToSelect
      *            The fields of the named entity to get from the database; if
-     *            empty or null all fields will be retreived
+     *            empty or null all fields will be retrieved
      * @param orderBy
      *            The fields of the named entity to order the query by;
      *            optionally add a " ASC" for ascending or " DESC" for