Skip to content

Commit 7a85507

Browse files
committed
Improve JavaDoc
Of org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setActiveTab(Class<? extends ILaunchConfigurationTab>)
1 parent 96daf27 commit 7a85507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationTabGroupViewer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,8 @@ protected void errorDialog(CoreException exception) {
16021602
}
16031603

16041604
/**
1605+
* Activate the first tab of the requested kind.
1606+
*
16051607
* @param tabKind The class of the tab that has to be activated.
16061608
* @return <code>true</code> if a tab was activated, <code>false</code>
16071609
* otherwise.

0 commit comments

Comments
 (0)