View | Details | Raw Unified | Return to bug 262898
Collapse All | Expand All

(-)model/org/eclipse/jdt/core/BufferChangedEvent.java (-4 lines)
Lines 36-47 Link Here
36
 * When a buffer is closed, <code>getOffset</code> is 0, <code>getLength</code>
36
 * When a buffer is closed, <code>getOffset</code> is 0, <code>getLength</code>
37
 * is 0, and <code>getText</code> is <code>null</code>.
37
 * is 0, and <code>getText</code> is <code>null</code>.
38
 * </p>
38
 * </p>
39
 * <p>
40
 * Instances of this class are automatically created by the Java model.
41
 * </p>
42
 *
39
 *
43
 * @see IBuffer
40
 * @see IBuffer
44
 * @noinstantiate This class is not intended to be instantiated by clients.
45
 * @noextend This class is not intended to be subclassed by clients.
41
 * @noextend This class is not intended to be subclassed by clients.
46
 */
42
 */
47
public class BufferChangedEvent extends EventObject {
43
public class BufferChangedEvent extends EventObject {

Return to bug 262898