You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/02/08 23:34:49 UTC

svn commit: r1068649 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java

Author: mrisaliti
Date: Tue Feb  8 22:34:48 2011
New Revision: 1068649

URL: http://svn.apache.org/viewvc?rev=1068649&view=rev
Log:
Add a @SuppressWarning("serial") in EntityFindOptions (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java

Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java?rev=1068649&r1=1068648&r2=1068649&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityFindOptions.java Tue Feb  8 22:34:48 2011
@@ -23,6 +23,7 @@ import java.sql.ResultSet;
 /**
  * Contains a number of variables used to select certain advanced finding options.
  */
+@SuppressWarnings("serial")
 public class EntityFindOptions implements java.io.Serializable {
 
     /** Type constant from the java.sql.ResultSet object for convenience */