### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: model/org/eclipse/jdt/core/BufferChangedEvent.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/BufferChangedEvent.java,v retrieving revision 1.16 diff -u -r1.16 BufferChangedEvent.java --- model/org/eclipse/jdt/core/BufferChangedEvent.java 27 Jun 2008 16:04:01 -0000 1.16 +++ model/org/eclipse/jdt/core/BufferChangedEvent.java 9 Dec 2009 15:36:30 -0000 @@ -36,12 +36,8 @@ * When a buffer is closed, getOffset is 0, getLength * is 0, and getText is null. *

- *

- * Instances of this class are automatically created by the Java model. - *

* * @see IBuffer - * @noinstantiate This class is not intended to be instantiated by clients. * @noextend This class is not intended to be subclassed by clients. */ public class BufferChangedEvent extends EventObject {