1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / problem / AbortCompilation.java
index 6d4c650..21f3757 100644 (file)
@@ -19,6 +19,11 @@ import net.sourceforge.phpdt.internal.compiler.CompilationResult;
  */
 public class AbortCompilation extends RuntimeException {
 
+       /**
+        * 
+        */
+       private static final long serialVersionUID = -3674083924553307963L;
+
        public CompilationResult compilationResult;
 
        public Throwable exception;