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 0ec737a commit 35b4cd0Copy full SHA for 35b4cd0
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/PropertySourceLoader.java
@@ -41,7 +41,7 @@ public interface PropertySourceLoader {
41
/**
42
* Load the resource into one or more property sources. Implementations may either
43
* return a list containing a single source, or in the case of a multi-document format
44
- * such as yaml a source or each document in the resource.
+ * such as yaml a source for each document in the resource.
45
* @param name the root name of the property source. If multiple documents are loaded
46
* an additional suffix should be added to the name for each source loaded.
47
* @param resource the resource to load
0 commit comments