Skip to content

Commit 04639d3

Browse files
committed
Merge pull request #21906 from lltx
* pr/21906: Update copyright year of changed files Fix wrong property reference to keys-to-sanitize in Javadoc Closes gh-21906
2 parents 209c5c4 + ec8c1e3 commit 04639d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -71,8 +71,9 @@
7171
* <p>
7272
* To protect sensitive information from being exposed, certain property values are masked
7373
* if their names end with a set of configurable values (default "password" and "secret").
74-
* Configure property names by using {@code endpoints.configprops.keys_to_sanitize} in
75-
* your Spring Boot application configuration.
74+
* Configure property names by using
75+
* {@code management.endpoint.configprops.keys-to-sanitize} in your Spring Boot
76+
* application configuration.
7677
*
7778
* @author Christian Dupuis
7879
* @author Dave Syer

0 commit comments

Comments
 (0)