javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-06-06 19:50:19 +00:00
parent 5574c7b4fd
commit 653314efd7

View File

@ -35,7 +35,6 @@ import static org.apache.poi.ss.formula.functions.ArrayFunctionUtils.getNumberAr
* </p>
* @see <a href="https://support.microsoft.com/en-us/office/covar-function-50479552-2c03-4daf-bd71-a5ab88b2db03">COVAR</a>
* @see <a href="https://support.microsoft.com/en-us/office/covariance-p-function-6f0e1e6d-956d-4e4b-9943-cfef0bf9edfc">COVARIANCE.P</a>
* </p>
*/
public class Covar extends Fixed2ArgFunction implements FreeRefFunction {