This commit is contained in:
Phillip Webb 2016-10-21 10:23:13 -07:00
parent ab81d993e6
commit 2ba978b4ad
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class AbstractEndpointHandlerMapping<E extends MvcEndpoint>
/** /**
* Returns if this mapping is disabled. * Returns if this mapping is disabled.
* @return if the mapping is disabled * @return {@code true} if the mapping is disabled
*/ */
public boolean isDisabled() { public boolean isDisabled() {
return this.disabled; return this.disabled;