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 3bf4dfdb Javadoc
3bf4dfdb is described below

commit 3bf4dfdb3bf0ceea0db68df5c63b265fb9f0f19d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 23 10:46:22 2025 -0400

    Javadoc
---
 .../main/java/org/apache/commons/jelly/tags/interaction/AskTag.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/jelly-tags/interaction/src/main/java/org/apache/commons/jelly/tags/interaction/AskTag.java
 
b/jelly-tags/interaction/src/main/java/org/apache/commons/jelly/tags/interaction/AskTag.java
index 337283a8..312435d6 100644
--- 
a/jelly-tags/interaction/src/main/java/org/apache/commons/jelly/tags/interaction/AskTag.java
+++ 
b/jelly-tags/interaction/src/main/java/org/apache/commons/jelly/tags/interaction/AskTag.java
@@ -120,8 +120,9 @@ public class AskTag extends TagSupport {
     }
     
     /**
-     * Whether the completion should also happen on previously
+     * Sets whether the completion should also happen on previously
      * entered lines (default true).
+     *
      * @param should whether it should
      */
     public void setUseHistoryCompletor(boolean should) {

Reply via email to