Skip to content

Commit 7699cbb

Browse files
committed
chore(java-agent): changing will not to won't
1 parent 3776f3c commit 7699cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3818,7 +3818,7 @@ The Java agent sends JVM properties to New Relic for display in the UI. Starting
38183818

38193819
Set obfuscation related options, in the `obfuscate_jvm_props` section of the agent YAML. You can override these settings with a `newrelic.config.obfuscate_jvm_props` prefixed [system property](/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file/#System_Properties) or a `NEW_RELIC_OBFUSCATE_JVM_PROPS_` prefixed [environment variable](/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file/#Environment_Variables).
38203820

3821-
By default, values of properties starting with `-X` will not be obfuscated.
3821+
By default, values of properties starting with `-X` won't be obfuscated.
38223822

38233823
<CollapserGroup>
38243824
<Collapser
@@ -3879,7 +3879,7 @@ By default, values of properties starting with `-X` will not be obfuscated.
38793879
</tbody>
38803880
</table>
38813881

3882-
If obfuscation is enabled, when the property key matches a value in this list, then the value will not be obfuscated.
3882+
If obfuscation is enabled, when the property key matches a value in this list, then the value won't be obfuscated.
38833883

38843884
The items in this list can have wildcards, `*` as the last character. Conflicts with the block list are resolved following [attribute rules](/docs/apm/agents/java-agent/attributes/java-agent-attributes/#attruls), where `allow` works as `include`.
38853885
</Collapser>

0 commit comments

Comments
 (0)