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/09 22:03:02 UTC

svn commit: r1069095 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java

Author: mrisaliti
Date: Wed Feb  9 21:03:02 2011
New Revision: 1069095

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

Modified:
    ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java?rev=1069095&r1=1069094&r2=1069095&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaCondition.java Wed Feb  9 21:03:02 2011
@@ -36,6 +36,7 @@ import org.w3c.dom.Element;
 /**
  * ServiceEcaCondition
  */
+@SuppressWarnings("serial")
 public class ServiceEcaCondition implements java.io.Serializable {
 
     public static final String module = ServiceEcaCondition.class.getName();