1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / builder / MissingSourceFileException.java
index bb5848b..2a71698 100644 (file)
@@ -16,6 +16,10 @@ package net.sourceforge.phpdt.internal.core.builder;
  */
 public class MissingSourceFileException extends RuntimeException {
 
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 2990201129498727559L;
        protected String missingSourceFile;
 
        public MissingSourceFileException(String missingSourceFile) {