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 08170361 Javadoc: Use an HTTPS URL to the Apache web site
08170361 is described below

commit 08170361ded364f0b79a0392f81e3eb4aa4750cb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 14 10:34:25 2024 -0500

    Javadoc: Use an HTTPS URL to the Apache web site
---
 .../java/org/apache/commons/jelly/expression/jexl/JexlExpression.java   | 2 +-
 .../org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
 
b/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
index d12bef88..a6bce3fb 100644
--- 
a/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
+++ 
b/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
@@ -29,7 +29,7 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
 /**
- * Represents a <a href="http://commons.apache.org/jexl/";>Jexl</a>
+ * Represents a <a href="https://commons.apache.org/jexl/";>Jexl</a>
  * expression which fully supports the Expression Language in JSTL and JSP
  * along with some extra features like object method invocation.
  *
diff --git 
a/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
 
b/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
index 70744a5d..26800a2c 100644
--- 
a/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
+++ 
b/core/src/main/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
@@ -26,7 +26,7 @@ import org.apache.commons.jelly.expression.ExpressionSupport;
 //import org.apache.commons.jexl.resolver.FlatResolver;
 
 /**
- * Represents a factory of <a href="http://commons.apache.org/jexl/";>Jexl</a>
+ * Represents a factory of <a href="https://commons.apache.org/jexl/";>Jexl</a>
  * expression which fully supports the Expression Language in JSTL and JSP.
  * In addition this ExpressionFactory can also support Ant style variable
  * names, where '.' is used inside variable names.

Reply via email to