This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 8b3085f6241cbc05dbcc0bd3f2080d3fdc8cee36 Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 16 17:46:31 2020 +0100 Fix typo --- src/main/java/org/apache/bcel/classfile/ConstantPool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/classfile/ConstantPool.java b/src/main/java/org/apache/bcel/classfile/ConstantPool.java index c2926c0..3350135 100644 --- a/src/main/java/org/apache/bcel/classfile/ConstantPool.java +++ b/src/main/java/org/apache/bcel/classfile/ConstantPool.java @@ -28,7 +28,7 @@ import org.apache.bcel.Const; * a parsed classfile. It may contain null references, due to the JVM * specification that skips an entry after an 8-byte constant (double, * long) entry. Those interested in generating constant pools - * programatically should see <a href="../generic/ConstantPoolGen.html"> + * programmatically should see <a href="../generic/ConstantPoolGen.html"> * ConstantPoolGen</a>. * @see Constant
