This commit is contained in:
Stephane Nicoll
2017-08-28 11:38:10 +02:00
parent 31f8aeaf8f
commit f6134a8862
8 changed files with 30 additions and 29 deletions

View File

@@ -21,6 +21,7 @@ package org.springframework.boot.endpoint;
* resolving endpoint paths.
*
* @author Madhura Bhave
* @since 2.0.0
*/
public class DefaultEndpointPathResolver implements EndpointPathResolver {

View File

@@ -27,7 +27,6 @@ public interface EndpointPathResolver {
/**
* Resolve endpoint path based on id.
*
* @param endpointId the endpoint id
* @return the resolved path
*/