|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2012-2017 the original author or authors. |
|
|
|
* Copyright 2012-2018 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -67,8 +67,8 @@ public class PropertySourceOrigin implements Origin { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Get a {@link Origin} for the given {@link PropertySource} and {@code propertyName}. |
|
|
|
* Get an {@link Origin} for the given {@link PropertySource} and |
|
|
|
* Will either return an {@link OriginLookup} result or a |
|
|
|
* {@code propertyName}. Will either return an {@link OriginLookup} result or a |
|
|
|
* {@link PropertySourceOrigin}. |
|
|
|
* {@link PropertySourceOrigin}. |
|
|
|
* @param propertySource the origin property source |
|
|
|
* @param propertySource the origin property source |
|
|
|
* @param name the property name |
|
|
|
* @param name the property name |
|
|
|
|