Author: mrisaliti
Date: Wed Feb 9 21:02:47 2011
New Revision: 1069094
URL:
http://svn.apache.org/viewvc?rev=1069094&view=revLog:
Add a @SuppressWarning("serial") in ServiceEcaAction (OFBIZ-4102)
Modified:
ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java
Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java?rev=1069094&r1=1069093&r2=1069094&view=diff==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/eca/ServiceEcaAction.java Wed Feb 9 21:02:47 2011
@@ -40,6 +40,7 @@ import org.w3c.dom.Element;
/**
* ServiceEcaAction
*/
+@SuppressWarnings("serial")
public class ServiceEcaAction implements java.io.Serializable {
public static final String module = ServiceEcaAction.class.getName();