https://issues.apache.org/bugzilla/show_bug.cgi?id=53101

--- Comment #6 from [email protected] 2012-04-19 09:03:43 UTC ---
How about removing the &'s altogether?:

public ValueEval getRelativeValue(int relativeRowIndex, int
relativeColumnIndex) {

    int rowIx = relativeRowIndex + getFirstRow();
    int colIx = relativeColumnIndex + getFirstColumn();

    return _evaluator.getEvalForCell(rowIx, colIx);
}

This passes all the test as well.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to