Browse Source

Merge pull request #25314 from izeye

* pr/25314:
  Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension

Closes gh-25314
pull/25321/head
Stephane Nicoll 5 years ago
parent
commit
0ba1d5fcfb
  1. 2
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpointWebExtension.java

2
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpointWebExtension.java

@ -27,7 +27,7 @@ import org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExten @@ -27,7 +27,7 @@ import org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExten
* {@link ConfigurationPropertiesReportEndpoint}.
*
* @author Chris Bono
* @since 2.4
* @since 2.5.0
*/
@EndpointWebExtension(endpoint = ConfigurationPropertiesReportEndpoint.class)
public class ConfigurationPropertiesReportEndpointWebExtension {

Loading…
Cancel
Save