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