Skip to content

Commit a420af2

Browse files
committed
Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension
See spring-projectsgh-24718
1 parent 5618646 commit a420af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* {@link ConfigurationPropertiesReportEndpoint}.
2828
*
2929
* @author Chris Bono
30-
* @since 2.4
30+
* @since 2.5.0
3131
*/
3232
@EndpointWebExtension(endpoint = ConfigurationPropertiesReportEndpoint.class)
3333
public class ConfigurationPropertiesReportEndpointWebExtension {

0 commit comments

Comments
 (0)