From 8a55306799e82320150674378e24fcc6e3aea8d7 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 24 May 2007 12:10:23 +0000 Subject: [PATCH] Update Javadoc --- .../eclipse/rse/core/events/ISystemResourceChangeEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvent.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvent.java index b0fbac733d8..f26bab95c17 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvent.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvent.java @@ -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 null 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