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-jcs.git
The following commit(s) were added to refs/heads/master by this push: new c11887ef Javadoc: Remove redundant "java.lang" prefix new 8cd2a593 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-jcs c11887ef is described below commit c11887efd338929c048a9f95c1f4631ca302aa5f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 9 10:08:47 2023 -0500 Javadoc: Remove redundant "java.lang" prefix --- .../main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java index 14a78123..9b0171cb 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java @@ -261,7 +261,7 @@ public class OptionConverter * * will set <code>s</code> to "Value of inexistentKey is []" * <p> - * An {@link java.lang.IllegalArgumentException}is thrown if <code>val</code> contains a start + * An {@link IllegalArgumentException}is thrown if <code>val</code> contains a start * delimiter "${" which is not balanced by a stop delimiter "}". * </p> * <p>