pepness commented on code in PR #5561:
URL: https://github.com/apache/netbeans/pull/5561#discussion_r1122369031
##########
java/classfile/src/org/netbeans/modules/classfile/ExceptionTableEntry.java:
##########
@@ -79,6 +81,8 @@ public final int getStartPC() {
* Returns the ending offset into the method's bytecodes of this
* exception handler, or the length of the bytecode array if the
* handler supports the method's last bytecodes (JVM 4.7.3).
+ * @return ending offset of the exception handlong code into
Review Comment:
same typo. handler/handling
##########
java/classfile/src/org/netbeans/modules/classfile/ExceptionTableEntry.java:
##########
@@ -87,6 +91,8 @@ public final int getEndPC() {
/**
* Returns the starting offset into the method's bytecodes of the
* exception handling code.
+ * @return starting offset of the exception handlong code into
Review Comment:
same typo. handler/handling
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists