Skip to content

Commit 7b0069f

Browse files
committed
Add @since javadoc annotation to OpenFileWithReuseAction
1 parent 006f657 commit 7b0069f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
*
4646
* This class is intentionally package-public in org.eclipse.ui.actions to be a
4747
* drop-in replacement for {@link OpenFileAction} in CNF wiring.
48+
*
49+
* @since 3.22
4850
*/
4951
public class OpenFileWithReuseAction extends OpenFileAction {
5052

0 commit comments

Comments
 (0)