mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add since tags.
This commit is contained in:
parent
61e982cc55
commit
6c564a4f8c
1 changed files with 6 additions and 0 deletions
|
@ -83,9 +83,15 @@ public final class EntryDescriptor {
|
||||||
public CWizardHandler getHandler() {
|
public CWizardHandler getHandler() {
|
||||||
return handler;
|
return handler;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @since 5.1
|
||||||
|
*/
|
||||||
public void setDefaultForCategory(boolean isDefaultForCategory) {
|
public void setDefaultForCategory(boolean isDefaultForCategory) {
|
||||||
this.isDefaultForCategory = isDefaultForCategory;
|
this.isDefaultForCategory = isDefaultForCategory;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @since 5.1
|
||||||
|
*/
|
||||||
public boolean isDefaultForCategory() {
|
public boolean isDefaultForCategory() {
|
||||||
return isDefaultForCategory;
|
return isDefaultForCategory;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue