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/07 22:03:39 UTC

svn commit: r1068132 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/config/EntityConfigUtil.java

Author: mrisaliti
Date: Mon Feb  7 21:03:38 2011
New Revision: 1068132

URL: http://svn.apache.org/viewvc?rev=1068132&view=rev
Log:
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);