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
commit dc7ce7622a6cc1dcfc1bddc71a170ed9888e8931 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jan 10 22:01:21 2026 -0500 Javadoc --- src/main/java/org/apache/bcel/classfile/EmptyVisitor.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java b/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java index 9a4c6188..c751fca2 100644 --- a/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java +++ b/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java @@ -25,6 +25,8 @@ package org.apache.bcel.classfile; * @see DescendingVisitor */ public class EmptyVisitor implements Visitor { + + /** Constructs an EmptyVisitor. */ protected EmptyVisitor() { }
