Merge '1.5.x'

This commit is contained in:
Phillip Webb
2016-10-21 10:25:07 -07:00

View File

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