Skip to content

Commit

Permalink
eclipse#333 - javadoc update - address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
  • Loading branch information
Emily-Jiang committed Jan 21, 2020
1 parent 45c0490 commit ca822fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public interface ConfigSource {

/**
* Gets all property names known to this config source, without evaluating the values.
* The returned property names may be a subset of the configurations in this config source, due to security or performance reasons.
* The returned property names may be a subset of the names of the total set of retrievable properties in this config source.
*
* For backwards compatibility, there is a default implementation that just returns the keys of {@code getProperties()}
* slower ConfigSource implementations should replace this with a more performant implementation
Expand Down

0 comments on commit ca822fd

Please sign in to comment.