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 651b3af Format and Javadoc tweaks. 651b3af is described below commit 651b3afbe89d7064fa6db2cfbf4a78324f2783b5 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Tue May 28 08:42:05 2019 -0400 Format and Javadoc tweaks. --- src/main/java/org/apache/bcel/classfile/Constant.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/classfile/Constant.java b/src/main/java/org/apache/bcel/classfile/Constant.java index 08f7408..36061ed 100644 --- a/src/main/java/org/apache/bcel/classfile/Constant.java +++ b/src/main/java/org/apache/bcel/classfile/Constant.java @@ -29,7 +29,6 @@ import org.apache.bcel.util.BCELComparator; * Abstract superclass for classes to represent the different constant types * in the constant pool of a class file. The classes keep closely to * the JVM specification. - * */ public abstract class Constant implements Cloneable, Node {