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:
Nick Burch 2014-07-24 16:26:34 +00:00
parent 0c8112b84a
commit 70b21ffe56
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public interface FormulaEvaluator {
* <p>For a workbook referenced as [Test.xls]Sheet1!A1, you should
* supply a map containing the key Test.xls (no square brackets),
* 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);