1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

JavaDoc improvement

This commit is contained in:
John Cortell 2009-09-17 02:25:04 +00:00
parent 83b89115bf
commit 8fb3cd2ddd

View file

@ -14,10 +14,10 @@ import java.util.HashSet;
import java.util.Set;
/**
* An event representing a user editing of the data in the viewer. Typically, when
* a viewer is configured to be in a manual update mode, if user edits a value, the
* viewer should still update at least the value that the user editor. This event
* is used to accomplish that behavior.
* An event that indicates the user modified data in the viewer. Even when a
* viewer is configured to be in a manual update mode, the modification of an
* element by the user should at least cause an update of the modified element.
* This event is used to accomplish that behavior.
*
* @since 1.0
*/