garydgregory commented on code in PR #183:
URL: https://github.com/apache/commons-bcel/pull/183#discussion_r1161129853
##########
src/main/java/org/apache/bcel/classfile/Code.java:
##########
@@ -259,6 +259,20 @@ public LocalVariableTable getLocalVariableTable() {
return null;
}
+ /**
+ * Gets the local variable type table attribute {@link
LocalVariableTypeTable}.
+ * @return LocalVariableTypeTable of Code, if it has one, null otherwise.
+ * @since 6.7.1
Review Comment:
New Javadoc since tags should be for 6.8.0.
--
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]