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

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

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

mrisaliti
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 */