spelling corrections contributed by Damian Johnson

cusax-fix
Yana Stamcheva 18 years ago
parent f78eb8e97c
commit 26085a24c6

@ -157,7 +157,7 @@ public boolean isActive()
}
/**
* Activates or desactivates this event notification.
* Activates or deactivates this event notification.
*
* @param isActive indicates if this event notification is active
*/

@ -353,13 +353,13 @@ public void fireNotification( String eventType,
public void fireNotification(String eventType);
/**
* Activates or desactivates all notification actions related to the
* Activates or deactivates all notification actions related to the
* specified <tt>eventType</tt>. This method does nothing if the given
* <tt>eventType</tt> is not contained in the list of registered event types.
*
* @param eventType the name of the event, which actions should be activated
* /desactivated.
* @param isActive indicates whether to activate or desactivate the actions
* /deactivated.
* @param isActive indicates whether to activate or deactivate the actions
* related to the specified <tt>eventType</tt>.
*/
public void setActive(String eventType, boolean isActive);

Loading…
Cancel
Save