Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / problem / AbortCompilationUnit.java
index 8e4407b..92ddb4c 100644 (file)
@@ -18,6 +18,11 @@ import net.sourceforge.phpdt.internal.compiler.CompilationResult;
  * should only be thrown from within problem handlers.
  */
 public class AbortCompilationUnit extends AbortCompilation {
+       /**
+        * 
+        */
+       private static final long serialVersionUID = -3222208987438059121L;
+
        public AbortCompilationUnit(CompilationResult compilationResult) {
                super(compilationResult);
        }