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