Author: mrisaliti
Date: Tue Feb  8 22:30:59 2011
New Revision: 1068642

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

Modified:
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java

Modified: 
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java?rev=1068642&r1=1068641&r2=1068642&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java 
(original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java 
Tue Feb  8 22:30:59 2011
@@ -37,6 +37,7 @@ import org.w3c.dom.NodeList;
  * Generic Entity - Relation model class
  *
  */
+@SuppressWarnings("serial")
 public class ModelRelation extends ModelChild {
 
     /** the title, gives a name/description to the relation */


Reply via email to