You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 13:41:07 UTC

[commons-jci] 16/17: Fix Javadoc

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 <ga...@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 {