garydgregory commented on code in PR #290:
URL: https://github.com/apache/commons-bcel/pull/290#discussion_r1548606847
##########
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:
@PabloNicolasDiaz
You still have not fixed the above, the build fails.
--
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]