diff --git a/docs/se/health.adoc b/docs/se/health.adoc
index b5c703fee8d..8c1b9257c8b 100644
--- a/docs/se/health.adoc
+++ b/docs/se/health.adoc
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
- Copyright (c) 2019, 2023 Oracle and/or its affiliates.
+ Copyright (c) 2019, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -364,7 +364,7 @@ Built-in health checks can be configured using the config property keys
described in this
<
* This health check can be referred to in properties as {@code deadlock}. So for example, to exclude this
- * health check from being exposed, use {@code helidon.health.exclude: deadlock}.
+ * health check from being exposed, use {@code health.exclude: deadlock}.
*
* This health check can be referred to in properties as {@code diskSpace}. So for example, to exclude this - * health check from being exposed, use {@code helidon.health.exclude: diskSpace}. + * health check from being exposed, use {@code health.exclude: diskSpace}. *
*/ @Liveness diff --git a/health/health-checks/src/main/java/io/helidon/health/checks/HeapMemoryHealthCheck.java b/health/health-checks/src/main/java/io/helidon/health/checks/HeapMemoryHealthCheck.java index 2d109073a54..dedecaafa60 100644 --- a/health/health-checks/src/main/java/io/helidon/health/checks/HeapMemoryHealthCheck.java +++ b/health/health-checks/src/main/java/io/helidon/health/checks/HeapMemoryHealthCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2022 Oracle and/or its affiliates. + * Copyright (c) 2018, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ * ** This health check can be referred to in properties as {@code heapMemory}. So for example, to exclude this - * health check from being exposed, use {@code helidon.health.exclude: heapMemory}. + * health check from being exposed, use {@code health.exclude: heapMemory}. *
*/ @Liveness