]> source.dussan.org Git - poi.git/commitdiff
javadoc fix
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 26 Aug 2015 22:26:39 +0000 (22:26 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 26 Aug 2015 22:26:39 +0000 (22:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698030 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/sl/usermodel/ShapeContainer.java

index a83d8cae9579fdcb5e175a3ddd4fda53ea6cf501..086501b4c08b4c2ca16655d7f70b94a018a520a8 100644 (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);
 }