import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / problem / AbortCompilationUnit.java
index d75e6ae..7ab9b07 100644 (file)
@@ -20,9 +20,9 @@ import org.eclipse.jdt.internal.compiler.CompilationResult;
  * should only be thrown from within problem handlers.
  */
 public class AbortCompilationUnit extends AbortCompilation {
-    
+
        private static final long serialVersionUID = -4253893529982226734L; // backward compatible
-    
+       
 public AbortCompilationUnit(CompilationResult compilationResult, IProblem problem) {
        super(compilationResult, problem);
 }