mbien commented on code in PR #8927:
URL: https://github.com/apache/netbeans/pull/8927#discussion_r2437830518
##########
java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/jpqleditor/ui/JPQLEditorTopComponent.java:
##########
@@ -877,7 +876,8 @@ private void
runJPQLButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN
} catch (Exception ex) {
Exceptions.printStackTrace(ex);
}
- }
+ }//GEN-LAST:event_runJPQLButtonActionPerformed
Review Comment:
had to repair this section. there was something wrong with the cogegen
start/end markers.
--
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