X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortMethod.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortMethod.java index 77e8920..8ac6b34 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortMethod.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/AbortMethod.java @@ -13,13 +13,12 @@ package net.sourceforge.phpdt.internal.compiler.problem; import net.sourceforge.phpdt.internal.compiler.CompilationResult; /* - * Special unchecked exception type used - * to abort from the compilation process - * + * Special unchecked exception type used to abort from the compilation process + * * should only be thrown from within problem handlers. */ public class AbortMethod extends AbortType { -public AbortMethod(CompilationResult compilationResult) { - super(compilationResult); -} + public AbortMethod(CompilationResult compilationResult) { + super(compilationResult); + } }