Skip to content

Commit

Permalink
Javadoc: Use an HTTPS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 14, 2024
1 parent 2c1f472 commit 2d42221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/bcel/classfile/ClassParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* appropriate exception is propagated back to the caller.
*
* The structure and the names comply, except for a few conveniences, exactly with the
* <a href="http://docs.oracle.com/javase/specs/"> JVM specification 1.0</a>. See this paper for further details about
* <a href="https://docs.oracle.com/javase/specs/"> JVM specification 1.0</a>. See this paper for further details about
* the structure of a bytecode file.
*/
public final class ClassParser {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/apache/bcel/classfile/StackMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

/**
* This class represents a stack map attribute used for preverification of Java classes for the
* <a href="http://java.sun.com/j2me/"> Java 2 Micro Edition</a> (J2ME). This attribute is used by the
* <a href="http://java.sun.com/products/cldc/">KVM</a> and contained within the Code attribute of a method. See CLDC
* <a href="https://java.sun.com/j2me/"> Java 2 Micro Edition</a> (J2ME). This attribute is used by the
* <a href="https://java.sun.com/products/cldc/">KVM</a> and contained within the Code attribute of a method. See CLDC
* specification �5.3.1.2
*
* <pre>
Expand Down

0 comments on commit 2d42221

Please sign in to comment.