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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 5e0137bf Javadoc and comments: Use an HTTPS URL
5e0137bf is described below
commit 5e0137bf2ba4f64829e5ff91dc8718022a835e5a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 14 11:01:11 2024 -0500
Javadoc and comments: Use an HTTPS URL
---
.../java/org/apache/commons/digester3/binder/AbstractRulesModule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
index 257f0ffe..1137eaa6 100644
---
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
+++
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
@@ -36,7 +36,7 @@ public abstract class AbstractRulesModule
* Uses {@link String#format(String, Object...)} to insert the arguments
into the message.
*
* @param messagePattern A
- * <a
href="http://download.oracle.com/javase/6/docs/api/java/util/Formatter.html#syntax">format
string</a>
+ * <a
href="https://download.oracle.com/javase/6/docs/api/java/util/Formatter.html#syntax">format
string</a>
* @param arguments Arguments referenced by the format specifiers in the
format string
* @see RulesBinder#addError(String, Object...)
*/