Disable OSGi configuration admin and LDIF-based deploy config.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / KernelUtils.java
index 60c796af73280639bc8f03868ec5ec67ed03cbb9..5635bccfed34a9e5dff34999b84430ce267c6b7d 100644 (file)
@@ -101,7 +101,7 @@ public class KernelUtils implements KernelConstants {
                return value;
        }
 
-       public static String getFrameworkProp(String key) {
+       static String getFrameworkProp(String key) {
                return getFrameworkProp(key, null);
        }