mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
JavaDoc improvement
This commit is contained in:
parent
83b89115bf
commit
8fb3cd2ddd
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue