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/25 14:57:20 UTC

[commons-jelly] 03/05: 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-jelly.git

commit 29b759eda6761165fe0db7ebea6648e40bfbc603
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 10:11:42 2023 -0400

    Javadoc
---
 .../test/java/org/apache/commons/jelly/impl/TestTagLibraryResolver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/test/java/org/apache/commons/jelly/impl/TestTagLibraryResolver.java b/core/src/test/java/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
index 05c91f1a..f16d376b 100644
--- a/core/src/test/java/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
+++ b/core/src/test/java/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
@@ -41,7 +41,7 @@ public class TestTagLibraryResolver extends TestCase {
 
     public void testResolver() throws Exception {
         /**
-         * @todo temporary disabled test case until I can figure out how to get
+         * TODO temporary disabled test case until I can figure out how to get
          * it to work with commons-discovery
          */
 /*