Skip to content

Commit

Permalink
Improve JavaDoc
Browse files Browse the repository at this point in the history
Of org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setActiveTab(Class<?
extends ILaunchConfigurationTab>)
  • Loading branch information
fedejeanne authored and Michael5601 committed Feb 12, 2024
1 parent 6afb8a5 commit a4bdcd1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,8 @@ protected void errorDialog(CoreException exception) {
}

/**
* Activate the first tab of the requested kind.
*
* @param tabKind The class of the tab that has to be activated.
* @return <code>true</code> if a tab was activated, <code>false</code>
* otherwise.
Expand Down

0 comments on commit a4bdcd1

Please sign in to comment.