We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c675424 commit 72cd244Copy full SHA for 72cd244
spring-core/src/main/java/org/springframework/core/env/SystemEnvironmentPropertySource.java
@@ -102,7 +102,7 @@ public Object getProperty(String name) {
102
* any underscore / uppercase variation thereof. Return the resolved name if one is
103
* found or otherwise the original name. Never returns {@code null}.
104
*/
105
- private String resolvePropertyName(String name) {
+ protected final String resolvePropertyName(String name) {
106
Assert.notNull(name, "Property name must not be null");
107
String resolvedName = checkPropertyName(name);
108
if (resolvedName != null) {
0 commit comments