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 c4f56f78 Javadoc c4f56f78 is described below commit c4f56f78bce58bc5e9ad31b1737b1b49bcb24791 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 13:59:41 2023 -0500 Javadoc --- .../src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java index edb23e5a..a08350f9 100644 --- a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java +++ b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java @@ -42,7 +42,7 @@ public class SessionTag extends TagSupport { /** Strict compliance */ private boolean _strictMode = false; - /** Http client used to store state and execute requests */ + /** HTTP client used to store state and execute requests */ private HttpClient _httpClient; /**