Skip to content

Commit 2ba978b

Browse files
committed
Polish
1 parent ab81d99 commit 2ba978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/AbstractEndpointHandlerMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public void setDisabled(boolean disabled) {
212212

213213
/**
214214
* Returns if this mapping is disabled.
215-
* @return if the mapping is disabled
215+
* @return {@code true} if the mapping is disabled
216216
*/
217217
public boolean isDisabled() {
218218
return this.disabled;

0 commit comments

Comments
 (0)