A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / problem / AbortMethod.java
index 77e8920..8ac6b34 100644 (file)
@@ -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);
+       }
 }