Closes gh-11871
This commit is contained in:
Johnny Lim
2018-02-01 03:05:20 +09:00
committed by Stephane Nicoll
parent 71e9db012b
commit 3cead7693d
9 changed files with 16 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint;
import org.springframework.util.Assert;
/**
* A discovered {@link ExposableServletEndpoint controller endpoint}.
* A discovered {@link ExposableServletEndpoint servlet endpoint}.
*
* @author Phillip Webb
*/