mbien commented on a change in pull request #3396:
URL: https://github.com/apache/netbeans/pull/3396#discussion_r777435655
##########
File path:
java/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
##########
@@ -1452,6 +1452,7 @@ protected JCExpression checkExprStat(JCExpression t) {
return super.checkExprStat(t);
}
+/* TODO: unused? called a method which is only available from 8-11.
protected JCCase switchBlockStatementGroupImpl() throws Throwable {
Review comment:
i commented it out, but I think we can remove this, right?
--
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