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
cf84bb1a85
commit
880d5fa413
@ -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
Block a user