Skip to content

Commit cd6dfb2

Browse files
committed
Typo
1 parent 048b494 commit cd6dfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/support/mapper/ClusterStateRoleMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class ClusterStateRoleMapper extends AbstractRoleMapperClearRealmCa
5454
public ClusterStateRoleMapper(Settings settings, ScriptService scriptService, ClusterService clusterService) {
5555
this.scriptService = scriptService;
5656
this.clusterService = clusterService;
57-
// this role mapper is enabled by default and only code in other plugins can enable it
57+
// this role mapper is enabled by default and only code in other plugins can disable it
5858
this.enabled = settings.getAsBoolean(CLUSTER_STATE_ROLE_MAPPINGS_ENABLED, true);
5959
if (this.enabled) {
6060
clusterService.addListener(this);

0 commit comments

Comments
 (0)