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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new bf4b0a7f Use HTTPS in URL
bf4b0a7f is described below

commit bf4b0a7fe83ce9bb5e6bb52ca2eb4d1eda04d558
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:46:16 2025 -0500

    Use HTTPS in URL
---
 src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java 
b/src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java
index 7839e1c8..de3a3339 100644
--- a/src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java
+++ b/src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java
@@ -108,7 +108,7 @@ public final class Pass1Verifier extends PassVerifier {
      * <LI>the name and signature of fields and methods are verified to be of 
legal format.
      * </UL>
      * </UL>
-     * (From the Paper <A 
HREF="http://www.cs.sfu.ca/people/GradStudents/pwfong/personal/JVM/pass1/";> The 
Mysterious Pass
+     * (From the Paper <A 
href="https://www.cs.sfu.ca/people/GradStudents/pwfong/personal/JVM/pass1/";> 
The Mysterious Pass
      * One, first draft, September 2, 1997</A>.)
      *
      * <P>

Reply via email to