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 / AbortCompilationUnit.java
index d708839..8e4407b 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 AbortCompilationUnit extends AbortCompilation {
-public AbortCompilationUnit(CompilationResult compilationResult) {
-       super(compilationResult);
-}
+       public AbortCompilationUnit(CompilationResult compilationResult) {
+               super(compilationResult);
+       }
 }