Author: mrisaliti
Date: Mon Feb 7 21:03:38 2011
New Revision: 1068132
URL:
http://svn.apache.org/viewvc?rev=1068132&view=revLog:
Remove compilation warnings of an unused private method in EntityConfigUtil (OFBIZ-4102)
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java
Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java?rev=1068132&r1=1068131&r2=1068132&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java (original)
+++ ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java Mon Feb 7 21:03:38 2011
@@ -67,6 +67,7 @@ public class EntityConfigUtil {
}
}
+ @SuppressWarnings("unused")
private static Document getXmlDocument() throws GenericEntityConfException {
try {
return ResourceLoader.getXmlDocument(ENTITY_ENGINE_XML_FILENAME);