Skip to content

Commit 1bb3f90

Browse files
committed
Polish
See gh-28836
1 parent 8d3c545 commit 1bb3f90

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface Producible<E extends Enum<E> & Producible<E>> {
5252
* of &#42;&#47;&#42; is provided, or if the accept header is missing. Only one value
5353
* can be marked as default. If no value is marked, then the value with the highest
5454
* {@link Enum#ordinal() ordinal} is used as the default.
55-
* @return if this value
55+
* @return if this value should be used as the default value
5656
* @since 2.5.6
5757
*/
5858
default boolean isDefault() {

0 commit comments

Comments
 (0)