diff --git a/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java b/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java index ac9a61556..880b6c426 100644 --- a/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java +++ b/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java @@ -78,7 +78,7 @@ public abstract class OperationPtg extends Ptg /** * returns a string representation of the operations * the length of the input array should equal the number returned by - * @see getNumberOfOperands + * @see #getNumberOfOperands * */ public abstract String toFormulaString(String[] operands);