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 64c502b6 Javadoc and comments: Use an HTTPS URL
64c502b6 is described below
commit 64c502b6395330dfefb957fc61444bccca8eb1c5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 14 11:12:16 2024 -0500
Javadoc and comments: Use an HTTPS URL
---
core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
b/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
index 7945f09c..1492bd89 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
@@ -32,7 +32,7 @@ import org.apache.commons.logging.LogFactory;
/**
* Iterates over a collection, iterator or an array of objects.
- * Uses the same syntax as the <a
href="http://java.sun.com/products/jsp/jstl/">JSTL</a>
+ * Uses the same syntax as the <a
href="https://java.sun.com/products/jsp/jstl/">JSTL</a>
* <code>forEach</code> tag does.
*
* @author <a href="mailto:[email protected]">James Strachan</a>