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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit f710a50abcc176a52f1abcca91667fa09b5768aa
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Jan 10 10:24:21 2019 +0000

    name tidy-up
---
 .../src/main/java/org/apache/brooklyn/rest/BrooklynWebConfig.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/BrooklynWebConfig.java
 
b/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/BrooklynWebConfig.java
index f731c79..c59df53 100644
--- 
a/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/BrooklynWebConfig.java
+++ 
b/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/BrooklynWebConfig.java
@@ -50,9 +50,9 @@ public class BrooklynWebConfig {
             SECURITY_PROVIDER_CLASSNAME.getName()+".internal.instance", 
"instance of a pre-configured security provider");
     // TODO document
     public final static ConfigKey<String> SECURITY_PROVIDER_BUNDLE = 
ConfigKeys.newStringConfigKey(
-        SECURITY_PROVIDER_CLASSNAME.getName()+".bundle.symbolicName", "bundle 
containing the Brooklyn SecurityProvider");
+        SECURITY_PROVIDER_CLASSNAME.getName()+".bundle.symbolicName", 
"Symbolic-name of the bundle containing the Brooklyn SecurityProvider");
     public final static ConfigKey<String> SECURITY_PROVIDER_BUNDLE_VERSION = 
ConfigKeys.newStringConfigKey(
-        SECURITY_PROVIDER_CLASSNAME.getName()+".bundle.version", "bundle 
containing the Brooklyn SecurityProvider");
+        SECURITY_PROVIDER_CLASSNAME.getName()+".bundle.version", "Version of 
the bundle containing the Brooklyn SecurityProvider (optional)");
     
     /**
      * Explicitly set the users/passwords, e.g. in brooklyn.properties:

Reply via email to