]> source.dussan.org Git - poi.git/commitdiff
Fix javadoc warning
authorNick Burch <nick@apache.org>
Thu, 24 Jul 2014 16:26:34 +0000 (16:26 +0000)
committerNick Burch <nick@apache.org>
Thu, 24 Jul 2014 16:26:34 +0000 (16:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613176 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/usermodel/FormulaEvaluator.java

index 3e8a337814f327808c9e4156846edb46a8412554..911647bb0e681d1d02507bf94fa2bdaa424188c3 100644 (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);