Commit c8951ae9 authored by Madhura Bhave's avatar Madhura Bhave

Fix javadoc

parent 39ec335d
...@@ -19,6 +19,7 @@ package org.springframework.boot.context.properties.source; ...@@ -19,6 +19,7 @@ package org.springframework.boot.context.properties.source;
import java.util.function.Predicate; import java.util.function.Predicate;
import org.springframework.boot.origin.OriginTrackedValue; import org.springframework.boot.origin.OriginTrackedValue;
import org.springframework.core.env.PropertySource;
/** /**
* A source of {@link ConfigurationProperty ConfigurationProperties}. * A source of {@link ConfigurationProperty ConfigurationProperties}.
...@@ -73,7 +74,7 @@ public interface ConfigurationPropertySource { ...@@ -73,7 +74,7 @@ public interface ConfigurationPropertySource {
} }
/** /**
* Return the underlying {@PropertySource}. * Return the underlying {@link PropertySource}.
* @return the underlying property source. * @return the underlying property source.
*/ */
Object getUnderlyingSource(); Object getUnderlyingSource();
......
...@@ -28,7 +28,7 @@ import org.springframework.core.env.StandardEnvironment; ...@@ -28,7 +28,7 @@ import org.springframework.core.env.StandardEnvironment;
/** /**
* Function used to determine if a {@link ConfigurationPropertySource} should be * Function used to determine if a {@link ConfigurationPropertySource} should be
* included when determining unbound elements. If the underlying {@link PropertySource} * included when determining unbound elements. If the underlying {@link PropertySource}
* is a systemEnvironment or systemProperties property source , it will not be considered * is a systemEnvironment or systemProperties property source, it will not be considered
* for unbound element failures. * for unbound element failures.
* *
* @author Madhura Bhave * @author Madhura Bhave
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment