Update db process part
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / common / util / CommonUtil.java
index c49d1f0..e59a301 100644 (file)
@@ -59,7 +59,7 @@ public final class CommonUtil {
                return fileContent;
        }
        
-       private static String getAppRoot() {
+       public static String getAppRoot() {
         String appRoot = System.getProperty("catalina.base");
         if(appRoot != null) {
             appRoot = getCanonicalPath(appRoot);