Author: lektran
Date: Sat Feb 20 21:15:06 2010
New Revision: 912227
URL: http://svn.apache.org/viewvc?rev=912227&view=rev
Log:
Javadoc typo fix
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java?rev=912227&r1=912226&r2=912227&view=diff
==============================================================================
---
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java
(original)
+++
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java
Sat Feb 20 21:15:06 2010
@@ -32,7 +32,7 @@
/**
* <p>Encapsulates SQL expressions used for where clause snippets.
* NOTE: This is UNSAFE and BREAKS the idea behind the Entity Engine where
- * you avoid directly specifying SQL. So, KEEP IT MINIMAL and preferrably
replace
+ * you avoid directly specifying SQL. So, KEEP IT MINIMAL and preferably
replace
* it when the feature you are getting at is implemented in a more automatic
way for you.</p>
*
* <p>By minimal I mean use this in conjunction with other EntityConditions
like the