Author: mrisaliti
Date: Wed Feb 9 21:00:07 2011
New Revision: 1069092
URL:
http://svn.apache.org/viewvc?rev=1069092&view=revLog:
Add a @SuppressWarning("serial") in ServiceConfigUtil (OFBIZ-4102)
Modified:
ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java
Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java?rev=1069092&r1=1069091&r2=1069092&view=diff==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/config/ServiceConfigUtil.java Wed Feb 9 21:00:07 2011
@@ -37,6 +37,7 @@ import org.w3c.dom.NodeList;
/**
* Misc. utility method for dealing with the serviceengine.xml file
*/
+@SuppressWarnings("serial")
public class ServiceConfigUtil implements Serializable {
public static final String module = ServiceConfigUtil.class.getName();