garydgregory commented on a change in pull request #33: Add missing Java 9 and 
Java 11 class file attributes.
URL: https://github.com/apache/commons-bcel/pull/33#discussion_r318283147
 
 

 ##########
 File path: src/main/java/org/apache/bcel/classfile/Visitor.java
 ##########
 @@ -131,6 +131,11 @@
      */
     void visitMethodParameters(MethodParameters obj);
 
+    /**
+     * @since 6.0
+     */
+    void visitMethodParameter(MethodParameter obj);
 
 Review comment:
   @markro49,
   Please see 
https://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to