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 2022/08/16 13:57:37 UTC

[commons-bcel] branch master updated: Javadoc

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 2a594bf7 Javadoc
2a594bf7 is described below

commit 2a594bf76d7de0e7d41ee43145f3ae8dfea7f778
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 16 09:57:31 2022 -0400

    Javadoc
---
 src/main/java/org/apache/bcel/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/Constants.java b/src/main/java/org/apache/bcel/Constants.java
index 07ec9228..f44ca099 100644
--- a/src/main/java/org/apache/bcel/Constants.java
+++ b/src/main/java/org/apache/bcel/Constants.java
@@ -20,7 +20,7 @@ package org.apache.bcel;
 /**
  * Constants for the project, mostly defined in the JVM specification.
  *
- * @deprecated (since 6.0) DO NOT USE - use Const instead
+ * @deprecated (since 6.0) DO NOT USE - use {@link Const} instead.
  */
 @Deprecated
 public interface Constants {