mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00
[252708] added @since 3.1 for the _childChanged variable
This commit is contained in:
parent
c8d5cd8698
commit
e927d71167
1 changed files with 7 additions and 3 deletions
|
@ -28,8 +28,12 @@ public abstract class ServiceElement
|
||||||
protected ServiceElement _parent;
|
protected ServiceElement _parent;
|
||||||
protected boolean _isSelected = false;
|
protected boolean _isSelected = false;
|
||||||
|
|
||||||
// indicates whether a child of this element has changed
|
/**
|
||||||
// this is used to determine whether or not a commit is required
|
* Indicates whether a child of this element has changed
|
||||||
|
* this is used to determine whether or not a commit is required
|
||||||
|
*
|
||||||
|
* @since 3.1
|
||||||
|
*/
|
||||||
protected boolean _childChanged = false;
|
protected boolean _childChanged = false;
|
||||||
|
|
||||||
public ServiceElement(IHost host, ServiceElement parent)
|
public ServiceElement(IHost host, ServiceElement parent)
|
||||||
|
|
Loading…
Add table
Reference in a new issue