Author: lektran
Date: Sat Feb 20 20:19:35 2010
New Revision: 912212
URL: http://svn.apache.org/viewvc?rev=912212&view=rev
Log:
Removed unneccesary deprecation warning suppression
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java?rev=912212&r1=912211&r2=912212&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java
(original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java
Sat Feb 20 20:19:35 2010
@@ -189,7 +189,6 @@
visitor.acceptEntityExpr(this);
}
- @SuppressWarnings("deprecation")
public void checkRhsType(ModelEntity modelEntity, Delegator delegator) {
if (this.rhs == null || this.rhs == GenericEntity.NULL_FIELD ||
modelEntity == null) return;