Skip to content

Commit 3b23ac5

Browse files
committed
Fix Javadoc warning: use @code instead of @link for private method
Replace {@link #computeRelated(List)} with {@code computeRelated(List)} since computeRelated is private and not visible at the protected visibility level of updateSelection().
1 parent 3aaea37 commit 3b23ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseUnrelatedProjectsAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public CloseUnrelatedProjectsAction(IShellProvider provider){
133133

134134
/**
135135
* Overrides to avoid calling the expensive
136-
* {@link #computeRelated(List)} during selection changes. Uses only
136+
* {@code computeRelated(List)} during selection changes. Uses only
137137
* the raw selection to determine enablement.
138138
*/
139139
@Override

0 commit comments

Comments
 (0)