Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c8951ae9
Commit
c8951ae9
authored
Jul 18, 2017
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix javadoc
parent
39ec335d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ConfigurationPropertySource.java
...ontext/properties/source/ConfigurationPropertySource.java
+2
-1
UnboundElementsSourceFilter.java
...ontext/properties/source/UnboundElementsSourceFilter.java
+1
-1
No files found.
spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertySource.java
View file @
c8951ae9
...
@@ -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
();
...
...
spring-boot/src/main/java/org/springframework/boot/context/properties/source/UnboundElementsSourceFilter.java
View file @
c8951ae9
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment