mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Missing @since tag
This commit is contained in:
parent
12cca1e9b2
commit
df4921b1bc
1 changed files with 3 additions and 0 deletions
|
@ -1302,6 +1302,9 @@ public class BuildOptionSettingsUI extends AbstractToolSettingUI {
|
|||
return selected;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 8.2
|
||||
*/
|
||||
public void setSelection(ITreeOption option) {
|
||||
if (treeRoot == getRoot(option)) { // only work in the same tree
|
||||
selected = option;
|
||||
|
|
Loading…
Add table
Reference in a new issue