Show line numbers (other than 1) in problems view for errors and warnings
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / impl / ReferenceContext.java
index 54da4ed..7770bf7 100644 (file)
@@ -17,8 +17,6 @@ import net.sourceforge.phpdt.internal.compiler.CompilationResult;
  * escape in case of error:
  *     For example: method, type or compilation unit.
  */
-
-
 public interface ReferenceContext {
        void abort(int abortLevel);
        CompilationResult compilationResult();