Fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c8112b84a
commit
70b21ffe56
@ -123,7 +123,7 @@ public interface FormulaEvaluator {
|
|||||||
* <p>For a workbook referenced as [Test.xls]Sheet1!A1, you should
|
* <p>For a workbook referenced as [Test.xls]Sheet1!A1, you should
|
||||||
* supply a map containing the key Test.xls (no square brackets),
|
* supply a map containing the key Test.xls (no square brackets),
|
||||||
* and an open FormulaEvaluator onto that Workbook.
|
* and an open FormulaEvaluator onto that Workbook.
|
||||||
* @param otherWorkbooks Map of workbook names (no square brackets) to an evaluator on that workbook
|
* @param workbooks Map of workbook names (no square brackets) to an evaluator on that workbook
|
||||||
*/
|
*/
|
||||||
void setupReferencedWorkbooks(Map<String,FormulaEvaluator> workbooks);
|
void setupReferencedWorkbooks(Map<String,FormulaEvaluator> workbooks);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user