Skip to content

Commit c8951ae

Browse files
committed
Fix javadoc
1 parent 39ec335 commit c8951ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.function.Predicate;
2020

2121
import org.springframework.boot.origin.OriginTrackedValue;
22+
import org.springframework.core.env.PropertySource;
2223

2324
/**
2425
* A source of {@link ConfigurationProperty ConfigurationProperties}.
@@ -73,7 +74,7 @@ default ConfigurationPropertySource withAliases(
7374
}
7475

7576
/**
76-
* Return the underlying {@PropertySource}.
77+
* Return the underlying {@link PropertySource}.
7778
* @return the underlying property source.
7879
*/
7980
Object getUnderlyingSource();

spring-boot/src/main/java/org/springframework/boot/context/properties/source/UnboundElementsSourceFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Function used to determine if a {@link ConfigurationPropertySource} should be
3030
* included when determining unbound elements. If the underlying {@link PropertySource}
31-
* is a systemEnvironment or systemProperties property source , it will not be considered
31+
* is a systemEnvironment or systemProperties property source, it will not be considered
3232
* for unbound element failures.
3333
*
3434
* @author Madhura Bhave

0 commit comments

Comments
 (0)