]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Mon, 30 Nov 2015 02:06:36 +0000 (02:06 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 30 Nov 2015 02:06:36 +0000 (02:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717151 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java

index 6e0354de52a3d857180eb8fda554438fac2258dd..4c86a759446045710ab44aebb11d23d23bccf4e9 100644 (file)
@@ -1436,7 +1436,7 @@ public class SXSSFSheet implements Sheet, Cloneable
      * @return true if column was tracked prior to this call, false if no action was taken
      * @since 3.14beta1
      * @see #untrackColumnsForAutoSizing(Collection)
-     * @see #untrackAllColumnsForAutoSizing(int)
+     * @see #untrackAllColumnsForAutoSizing()
      */
     public boolean untrackColumnForAutoSizing(int column)
     {
@@ -1450,8 +1450,6 @@ public class SXSSFSheet implements Sheet, Cloneable
      *
      * @param columns the indices of the columns to track for auto-sizing
      * @return true if one or more columns were untracked as a result of this call
-     *
-     * @param columns the columns to track for autosizing
      * @since 3.14beta1
      */
     public boolean untrackColumnsForAutoSizing(Collection<Integer> columns)