1) Fixed stackoverflow when clicking on entry in PHPeclipse Error Log: OverrideIndica...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / BufferChangedEvent.java
index b178c4c..9f40a19 100644 (file)
@@ -46,6 +46,11 @@ import java.util.EventObject;
 public class BufferChangedEvent extends EventObject {
 
        /**
+        * 
+        */
+       private static final long serialVersionUID = 5011809275535828189L;
+
+       /**
         * The length of text that has been modified in the buffer.
         */
        private int length;