1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

Update Javadoc

This commit is contained in:
Martin Oberhuber 2007-05-24 12:10:23 +00:00
parent 6244712f3f
commit 8a55306799

View file

@ -41,7 +41,7 @@ public interface ISystemResourceChangeEvent
/**
* 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,
* or <code>null</code> if not applicable.
@ -56,7 +56,7 @@ public interface ISystemResourceChangeEvent
/**
* 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.
*
* @return an object identifying the grandparent of the source of this event