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
The following commit(s) were added to refs/heads/master by this push: new 26f88323 Javadoc spelling 26f88323 is described below commit 26f883239dccc94e1378f03a857b2232dabe5897 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 26 15:57:50 2023 -0500 Javadoc spelling --- .../java/org/apache/commons/text/lookup/JavaPlatformStringLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/lookup/JavaPlatformStringLookup.java b/src/main/java/org/apache/commons/text/lookup/JavaPlatformStringLookup.java index 5339c83f..c2febf9f 100644 --- a/src/main/java/org/apache/commons/text/lookup/JavaPlatformStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/JavaPlatformStringLookup.java @@ -79,7 +79,7 @@ final class JavaPlatformStringLookup extends AbstractStringLookup { /** * The main method for running the JavaPlatformStringLookup. * - * @param args the standard java main method parameter which is unused for our running of this class. + * @param args the standard Java main method parameter which is unused for our running of this class. */ public static void main(final String[] args) { System.out.println(JavaPlatformStringLookup.class);