We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac30f4e commit 466a989Copy full SHA for 466a989
rust/operator-binary/src/config/jvm.rs
@@ -43,7 +43,7 @@ pub fn construct_global_jvm_args(kerberos_enabled: bool) -> String {
43
jvm_args.join(" ")
44
}
45
46
-/// JVM arguments that specifically for the role [server], so will *not* be used e.g. by CLI tools
+/// JVM arguments that specifically for the role (server), so will *not* be used e.g. by CLI tools
47
fn construct_role_specific_jvm_args(
48
hbase_role: &HbaseRole,
49
role: &Role<HbaseConfigFragment, GenericRoleConfig, JavaCommonConfig>,
0 commit comments