Author: lektran
Date: Fri Oct 10 20:39:09 2014
New Revision: 1630983
URL:
http://svn.apache.org/r1630983Log:
Parameter name correction
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java?rev=1630983&r1=1630982&r2=1630983&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityQuery.java Fri Oct 10 20:39:09 2014
@@ -163,7 +163,7 @@ public class EntityQuery {
/** Set a series of EntityConditions to be ANDed together as the WHERE clause for the query
*
* NOTE: Each successive call to any of the where(...) methods will replace the currently set condition for the query.
- * @param fieldMap - A series of EntityConditions to be ANDed together as the where clause for the query
+ * @param entityCondition - A series of EntityConditions to be ANDed together as the where clause for the query
* @return this EntityQuery object, to enable chaining
*/
public EntityQuery where(EntityCondition...entityCondition) {