diff --git a/src/java/org/apache/poi/sl/usermodel/ShapeContainer.java b/src/java/org/apache/poi/sl/usermodel/ShapeContainer.java index a83d8cae95..086501b4c0 100644 --- a/src/java/org/apache/poi/sl/usermodel/ShapeContainer.java +++ b/src/java/org/apache/poi/sl/usermodel/ShapeContainer.java @@ -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 createTable(int numRows, int numCols); }