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 bb37b34 commit 1883e3fCopy full SHA for 1883e3f
visualvm/core/src/org/graalvm/visualvm/core/ui/actions/DataSourceAction.java
@@ -76,7 +76,9 @@ protected void notifyCannotPerform() {
76
}
77
78
/**
79
- * Initializes the action. By default registers selection listener which invokes updateState(Set<DataSource>) on selection change.
+ * Initializes the action.
80
+ * By default registers selection listener which invokes
81
+ * {@link #updateState(Set) updateState(Set<DataSource>)} on selection change.
82
*/
83
protected void initialize() {
84
ExplorerSupport.sharedInstance().addSelectionListener(new ExplorerSelectionListener() {
0 commit comments