Skip to content

Commit

Permalink
DefaultTipManager: fix javadoc
Browse files Browse the repository at this point in the history
fixes Error during build:
/tips/ui/internal/DefaultTipManager.java:56: error: reference not found
  • Loading branch information
EcljpseB0T authored and jukzi committed Oct 27, 2023
1 parent 6d57497 commit 191e96b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ITipManager open(boolean startUp) {
* null;
*
* @return this tip manager.
* @see #open()
* @see #open(boolean)
*
*/
public ITipManager open(boolean startUp, IDialogSettings dialogSettings) {
Expand Down

0 comments on commit 191e96b

Please sign in to comment.