You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/04/22 21:58:23 UTC

[directory-fortress-core] branch master updated: code comment

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new ab78dd8  code comment
ab78dd8 is described below

commit ab78dd85525071029ea1057959029b77de7f2e79
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Mon Apr 22 16:58:18 2019 -0500

    code comment
---
 src/main/java/org/apache/directory/fortress/core/util/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/directory/fortress/core/util/Config.java b/src/main/java/org/apache/directory/fortress/core/util/Config.java
index c754eaf..6074c7d 100755
--- a/src/main/java/org/apache/directory/fortress/core/util/Config.java
+++ b/src/main/java/org/apache/directory/fortress/core/util/Config.java
@@ -756,7 +756,7 @@ public final class Config
 
     /**
      * Constructs a key used to store dynamic role constraints inside the properties, as name:value.
-     * The format is: RC$tenant$role:constraint
+     * The key format is: RC$contextId$role
      * @param role contains the name of the role being constrained.
      * @param contextId contains the tenant name.
      * @return String containing the key name used to lookup the value of the role constraint.