From 1bb3f906a7c1290059a96bdc2fd07788e67a97ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 29 Nov 2021 09:35:51 +0100 Subject: [PATCH] Polish See gh-28836 --- .../org/springframework/boot/actuate/endpoint/Producible.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java index 2bfe151766b0..32bdf8927f39 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java @@ -52,7 +52,7 @@ public interface Producible & Producible> { * of */* is provided, or if the accept header is missing. Only one value * can be marked as default. If no value is marked, then the value with the highest * {@link Enum#ordinal() ordinal} is used as the default. - * @return if this value + * @return if this value should be used as the default value * @since 2.5.6 */ default boolean isDefault() {