getLine2 method

int getLine2()

@deprecated replaced by {@link #getLineCount()}

Implementation

int getLine2() {
  return getLineCount();
}