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 2b427ef commit 717d03aCopy full SHA for 717d03a
spring-core/src/main/java/org/springframework/core/io/support/PropertySourceProcessor.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2022 the original author or authors.
+ * Copyright 2002-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@
40
/**
41
* Contribute {@link PropertySource property sources} to the {@link Environment}.
42
43
- * <p>This class is stateful and merge descriptors with the same name in a
+ * <p>This class is stateful and merges descriptors with the same name in a
44
* single {@link PropertySource} rather than creating dedicated ones.
45
46
* @author Stephane Nicoll
0 commit comments