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 8282fb8e Fix typos in Javadoc and comments
8282fb8e is described below

commit 8282fb8e56483c03fae4c14e4adc4b963d4996b7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 15 09:32:56 2025 -0500

    Fix typos in Javadoc and comments
---
 .../http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java    | 2 +-
 .../main/java/org/apache/commons/jelly/tags/swing/BorderTagSupport.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
index 26f4d758..ac0ae9d7 100644
--- 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
+++ 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
@@ -41,7 +41,7 @@ public class Proxy {
     }
 
     /**
-     * Create a proxy given a host name and port number .
+     * Create a proxy given a host name and port number.
      *
      * @param host the host name of the proxy to be used.
      * @param port the port to send proxied requests on.
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/BorderTagSupport.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/BorderTagSupport.java
index 2bdab049..d60c885e 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/BorderTagSupport.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/BorderTagSupport.java
@@ -26,7 +26,7 @@ import org.apache.commons.logging.LogFactory;
 
 /**
  * An abstract base class used for concrete border tags which create new 
Border implementations
- * and sets then on parent widgets and optionally export them as variables .
+ * and sets then on parent widgets and optionally export them as variables.
  *
  * @author <a href="mailto:jstrac...@apache.org";>James Strachan</a>
  */

Reply via email to