mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Update Javadoc
This commit is contained in:
parent
6244712f3f
commit
8a55306799
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ public interface ISystemResourceChangeEvent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the parent of the object source.
|
* Returns the parent of the object source.
|
||||||
* Only quaranteed to be set for additions and deletions.
|
* Only guaranteed to be set for additions and deletions.
|
||||||
*
|
*
|
||||||
* @return an object identifying the parent of the source of this event,
|
* @return an object identifying the parent of the source of this event,
|
||||||
* or <code>null</code> if not applicable.
|
* or <code>null</code> if not applicable.
|
||||||
|
@ -56,7 +56,7 @@ public interface ISystemResourceChangeEvent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the grandparent of the object source.
|
* Returns the grandparent of the object source.
|
||||||
* Only quaranteed to be set for special case events, which have a
|
* Only guaranteed to be set for special case events, which have a
|
||||||
* special contract with the SystemView.
|
* special contract with the SystemView.
|
||||||
*
|
*
|
||||||
* @return an object identifying the grandparent of the source of this event
|
* @return an object identifying the grandparent of the source of this event
|
||||||
|
|
Loading…
Add table
Reference in a new issue