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:30:59 UTC

svn commit: r1068642 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelRelation.java

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