Skip to content

Commit 295a128

Browse files
committed
regression in JDBC profiling fixed
1 parent c8d9ad8 commit 295a128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/profiler/src/org/graalvm/visualvm/profiler/ApplicationProfilerView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ protected void showURL(URL url) {
811811
jdbcButton = new OneWayToggleButton(NbBundle.getMessage(ApplicationProfilerView.class, "LBL_JDBC")); // NOI18N
812812
jdbcButton.setIcon(new ImageIcon(ImageUtilities.loadImage("org/graalvm/visualvm/profiler/resources/jdbc.png", true))); // NOI18N
813813
jdbcButton.addActionListener(new ActionListener() {
814-
public void actionPerformed(ActionEvent e) { handleLocksProfiling(); }
814+
public void actionPerformed(ActionEvent e) { handleJDBCProfiling(); }
815815
});
816816
constraints = new GridBagConstraints();
817817
constraints.gridx = 4;

0 commit comments

Comments
 (0)