mirror of https://github.com/apache/poi.git
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83ce870731
commit
945f390dbb
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue