mirror of https://github.com/apache/poi.git
java 17 build issues (ambiguous ref to Record class)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de6540e139
commit
2a25bcce1e
|
@ -1848,7 +1848,7 @@ public final class HSSFWorkbook extends POIDocument implements Workbook {
|
|||
*
|
||||
* @return the HSSFDataFormat object
|
||||
* @see FormatRecord
|
||||
* @see Record
|
||||
* @see org.apache.poi.hssf.record.Record
|
||||
*/
|
||||
@Override
|
||||
public HSSFDataFormat createDataFormat() {
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.apache.poi.ss.formula.eval.OperandResolver;
|
|||
import org.apache.poi.ss.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* Implementation for Excel NORMDIST() and NORM.DIST() functions.<p>
|
||||
* Implementation for Excel NORMDIST() and NORM.DIST() functions.
|
||||
* <ul>
|
||||
* <li>https://support.microsoft.com/en-us/office/normdist-function-126db625-c53e-4591-9a22-c9ff422d6d58</li>
|
||||
* <li>https://support.microsoft.com/en-us/office/norm-dist-function-edb1cc14-a21c-4e53-839d-8082074c9f8d</li>
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.apache.poi.ss.formula.eval.OperandResolver;
|
|||
import org.apache.poi.ss.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* Implementation for Excel NORMINV() and NORM.INV() functions.<p>
|
||||
* Implementation for Excel NORMINV() and NORM.INV() functions.
|
||||
* <ul>
|
||||
* <li>https://support.microsoft.com/en-us/office/norminv-function-87981ab8-2de0-4cb0-b1aa-e21d4cb879b8</li>
|
||||
* <li>https://support.microsoft.com/en-us/office/norm-inv-function-54b30935-fee7-493c-bedb-2278a9db7e13</li>
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.apache.poi.ss.formula.eval.OperandResolver;
|
|||
import org.apache.poi.ss.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* Implementation for Excel NORMSDIST() and NORM.S.DIST functions.<p>
|
||||
* Implementation for Excel NORMSDIST() and NORM.S.DIST functions.
|
||||
* <ul>
|
||||
* <li>https://support.microsoft.com/en-us/office/normsdist-function-463369ea-0345-445d-802a-4ff0d6ce7cac</li>
|
||||
* <li>https://support.microsoft.com/en-us/office/norm-s-dist-function-1e787282-3832-4520-a9ae-bd2a8d99ba88</li>
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.apache.poi.ss.formula.eval.OperandResolver;
|
|||
import org.apache.poi.ss.formula.eval.ValueEval;
|
||||
|
||||
/**
|
||||
* Implementation for Excel NORMSINV() and NORM.S.INV() functions.<p>
|
||||
* Implementation for Excel NORMSINV() and NORM.S.INV() functions.
|
||||
* <ul>
|
||||
* <li>https://support.microsoft.com/en-us/office/normsinv-function-8d1bce66-8e4d-4f3b-967c-30eed61f019d</li>
|
||||
* <li>https://support.microsoft.com/en-us/office/norm-s-inv-function-d6d556b4-ab7f-49cd-b526-5a20918452b1</li>
|
||||
|
|
Loading…
Reference in New Issue