javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2015-08-26 22:26:39 +00:00
parent 83ce870731
commit 945f390dbb
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ public interface ShapeContainer<
/**
* Create a new Table of the given number of rows and columns
*
* @param numrows the number of rows
* @param numcols the number of columns
* @param numRows the number of rows
* @param numCols the number of columns
*/
TableShape<S,P> createTable(int numRows, int numCols);
}