This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit 8c8155ddaaa0c0144143a80197088643afde61d6 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Jul 26 13:53:27 2019 -0400 Fix Javadoc. --- .../java/org/apache/commons/text/lookup/LocalHostStringLookup.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/text/lookup/LocalHostStringLookup.java b/src/main/java/org/apache/commons/text/lookup/LocalHostStringLookup.java index 2a0f144..9f4ee34 100644 --- a/src/main/java/org/apache/commons/text/lookup/LocalHostStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/LocalHostStringLookup.java @@ -47,9 +47,9 @@ final class LocalHostStringLookup extends AbstractStringLookup { } /** - * Looks up the value of the Java platform key. + * Looks up the value of a local host key. * - * @param key the key to be looked up, may be null + * @param key the key to be looked up, may be null. * @return The value of the environment variable. */ @Override