X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortType.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortType.java index 8f370d6..0d759a8 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortType.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortType.java @@ -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); }