mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +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;
|
return selected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 8.2
|
||||||
|
*/
|
||||||
public void setSelection(ITreeOption option) {
|
public void setSelection(ITreeOption option) {
|
||||||
if (treeRoot == getRoot(option)) { // only work in the same tree
|
if (treeRoot == getRoot(option)) { // only work in the same tree
|
||||||
selected = option;
|
selected = option;
|
||||||
|
|
Loading…
Add table
Reference in a new issue