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