Skip to content

Commit 5ba444e

Browse files
committed
javadoc fixed
1 parent ebc1dfc commit 5ba444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/core/src/org/graalvm/visualvm/core/ui/DataSourceView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected static enum Alert { ERROR, WARNING, OK };
5858
* Creates new DataSourceView.
5959
*
6060
* Order of the notifications/queries is as follows:
61-
* willBeAdded() -> getView() -> added() -> removed()
61+
* willBeAdded() -> getView() -> added() -> removed()
6262
*
6363
* @param dataSource dataSource of the view
6464
* @param name name of the view as it appears in the subtab,

0 commit comments

Comments
 (0)