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() {