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-jci.git
commit 59cec692cbfcf895237cd71e5cf571e77d3921c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 09:39:23 2023 -0400 Fix Javadoc --- .../org/apache/commons/jci2/compilers/RhinoJavaCompilerSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilers/rhino/src/main/java/org/apache/commons/jci2/compilers/RhinoJavaCompilerSettings.java b/compilers/rhino/src/main/java/org/apache/commons/jci2/compilers/RhinoJavaCompilerSettings.java index cc09382..dd241ae 100644 --- a/compilers/rhino/src/main/java/org/apache/commons/jci2/compilers/RhinoJavaCompilerSettings.java +++ b/compilers/rhino/src/main/java/org/apache/commons/jci2/compilers/RhinoJavaCompilerSettings.java @@ -20,7 +20,7 @@ package org.apache.commons.jci2.compilers; /** * @author tcurdt - * @todo implement rhino settings + * TODO implement rhino settings */ public final class RhinoJavaCompilerSettings extends JavaCompilerSettings {