Polish contribution

See gh-28239
This commit is contained in:
Stephane Nicoll
2021-10-13 09:07:46 +02:00
parent 1770f065a5
commit cc8d7fc605
4 changed files with 6 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.boot.actuate.endpoint.Operation;
public interface ExposableServletEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint {
/**
* Return details of the servlet that should register.
* Return details of the servlet that should be registered.
* @return the endpoint servlet
*/
EndpointServlet getEndpointServlet();