You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/04/28 12:07:00 UTC

[commons-bcel] branch master updated: Update Javadoc for Java 11

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 9a36684d Update Javadoc for Java 11
9a36684d is described below

commit 9a36684def5f113dea5cbc11012f4c3189ef7c7a
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Fri Apr 28 08:06:55 2023 -0400

    Update Javadoc for Java 11
---
 src/main/java/org/apache/bcel/Const.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/bcel/Const.java b/src/main/java/org/apache/bcel/Const.java
index 7af40a31..ba5acc9d 100644
--- a/src/main/java/org/apache/bcel/Const.java
+++ b/src/main/java/org/apache/bcel/Const.java
@@ -676,8 +676,8 @@ public final class Const {
     /**
      * Marks a constant pool entry as dynamically computed.
      *
-     * @see <a href="https://bugs.openjdk.java.net/secure/attachment/74618/constant-dynamic.html"> Change request for JEP
-     *      309</a>
+     * @see <a href="https://docs.oracle.com/javase/specs/jvms/se11/html/jvms-4.html#jvms-4.4.10"> The Constant Pool in The
+     *      Java Virtual Machine Specification</a>
      * @since 6.3
      */
     public static final byte CONSTANT_Dynamic = 17;