Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#333 javadoc clarification on ConfigSource #494

Merged
merged 3 commits into from
Jan 21, 2020

Conversation

Emily-Jiang
Copy link
Member

Signed-off-by: Emily Jiang emijiang6@googlemail.com

Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
@Emily-Jiang
Copy link
Member Author

@dmlloyd please review

@@ -84,7 +84,8 @@
Map<String, String> getProperties();

/**
* Gets all property names known to this config source, without evaluating the values.
* 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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.

I don't think we want to constrain the purposes for which the names can be a subset.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. @dmlloyd I have updated the javadoc as you recommended. Please check.

@Emily-Jiang Emily-Jiang merged commit ec6fab5 into eclipse:master Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants