You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:50:51 UTC

[sling-org-apache-sling-jmx-provider] 07/09: Make important properties private

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jmx.provider-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jmx-provider.git

commit 07c15c236c6cc176e77371371b439aeae1e23cca
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 31 08:24:27 2014 +0000

    Make important properties private
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/jmxprovider@1563084 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/jmx/provider/impl/JMXResourceProvider.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/jmx/provider/impl/JMXResourceProvider.java b/src/main/java/org/apache/sling/jmx/provider/impl/JMXResourceProvider.java
index 79725fa..f56aa13 100644
--- a/src/main/java/org/apache/sling/jmx/provider/impl/JMXResourceProvider.java
+++ b/src/main/java/org/apache/sling/jmx/provider/impl/JMXResourceProvider.java
@@ -65,8 +65,8 @@ import org.apache.sling.commons.osgi.PropertiesUtil;
     @Property(name = ResourceProvider.ROOTS, value="/system/sling/monitoring/mbeans",
             label="Root",
             description="The mount point of the JMX beans"),
-    @Property(name = ResourceProvider.USE_RESOURCE_ACCESS_SECURITY, boolValue=true,
-              label="Secure", description="If enabled additional access checks are performed")
+    @Property(name = ResourceProvider.USE_RESOURCE_ACCESS_SECURITY, boolValue=true, propertyPrivate=true),
+    @Property(name = ResourceProvider.OWNS_ROOTS, boolValue=true, propertyPrivate=true)
 })
 /**
  * Brief summary of a "good" object name:

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.