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 / AbortType.java
index 16e388e..8f370d6 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 AbortType extends AbortCompilationUnit {
-public AbortType(CompilationResult compilationResult) {
-       super(compilationResult);
-}
+       public AbortType(CompilationResult compilationResult) {
+               super(compilationResult);
+       }
 }