Skip to content

Commit 1883e3f

Browse files
committed
javadoc fixed
1 parent bb37b34 commit 1883e3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

visualvm/core/src/org/graalvm/visualvm/core/ui/actions/DataSourceAction.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ protected void notifyCannotPerform() {
7676
}
7777

7878
/**
79-
* Initializes the action. By default registers selection listener which invokes updateState(Set<DataSource>) on selection change.
79+
* Initializes the action.
80+
* By default registers selection listener which invokes
81+
* {@link #updateState(Set) updateState(Set&lt;DataSource&gt;)} on selection change.
8082
*/
8183
protected void initialize() {
8284
ExplorerSupport.sharedInstance().addSelectionListener(new ExplorerSelectionListener() {

0 commit comments

Comments
 (0)