Browse Source

Polish

pull/22948/head
Phillip Webb 6 years ago
parent
commit
5579f9d1c4
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/OriginTrackedPropertiesLoader.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/env/OriginTrackedPropertiesLoader.java vendored

@ -35,7 +35,7 @@ import org.springframework.core.io.Resource; @@ -35,7 +35,7 @@ import org.springframework.core.io.Resource;
import org.springframework.util.Assert;
/**
* Class to load {@code .properties} files into a map of {@code String} ->
* Class to load {@code .properties} files into a map of {@code String} ->
* {@link OriginTrackedValue}. Also supports expansion of {@code name[]=a,b,c} list style
* values.
*

Loading…
Cancel
Save