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
The following commit(s) were added to refs/heads/master by this push:
new 70492691 Javadoc
70492691 is described below
commit 7049269175e2bbeec99195ea9aa8a74f0b6c9183
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 18:36:13 2026 -0500
Javadoc
---
.../src/main/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java
b/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java
index b620db2d..f1ac54fc 100644
---
a/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java
+++
b/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/SqlTagSupport.java
@@ -31,7 +31,7 @@ import org.apache.commons.jelly.TagSupport;
import org.apache.commons.jelly.tags.Resources;
/**
- * <p>Abstract class for any SQL related tag in JSTL.
+ * <p>Abstract classs for any SQL related tag in JSTL.
*/