We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d9ad8 commit 295a128Copy full SHA for 295a128
visualvm/profiler/src/org/graalvm/visualvm/profiler/ApplicationProfilerView.java
@@ -811,7 +811,7 @@ protected void showURL(URL url) {
811
jdbcButton = new OneWayToggleButton(NbBundle.getMessage(ApplicationProfilerView.class, "LBL_JDBC")); // NOI18N
812
jdbcButton.setIcon(new ImageIcon(ImageUtilities.loadImage("org/graalvm/visualvm/profiler/resources/jdbc.png", true))); // NOI18N
813
jdbcButton.addActionListener(new ActionListener() {
814
- public void actionPerformed(ActionEvent e) { handleLocksProfiling(); }
+ public void actionPerformed(ActionEvent e) { handleJDBCProfiling(); }
815
});
816
constraints = new GridBagConstraints();
817
constraints.gridx = 4;
0 commit comments