garydgregory commented on code in PR #290:
URL: https://github.com/apache/commons-bcel/pull/290#discussion_r1545655543


##########
src/main/java/org/apache/bcel/classfile/Visitor.java:
##########
@@ -237,4 +249,15 @@ default void visitStackMapType(final StackMapType obj) {
     void visitSynthetic(Synthetic obj);
 
     void visitUnknown(Unknown obj);
+
+    /**
+     * Visits a {@link RecordComponentInfo} object.
+     *
+     * @param obj record component to visit

Review Comment:
   Hello @PabloNicolasDiaz 
   Please rebase on git master to see this error in the CI build. For some 
reason, we had doclint disabled.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to