]> source.dussan.org Git - poi.git/commitdiff
update javadoc for cell/row copy
authorPJ Fanning <fanningpj@apache.org>
Thu, 7 Oct 2021 10:19:19 +0000 (10:19 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 7 Oct 2021 10:19:19 +0000 (10:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893965 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/hssf/usermodel/helpers/HSSFColumnShifter.java
poi/src/main/java/org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.java

index 3f86caddd67dbdcd31caa8a41b800136feba976d..8819665cd59474b1739a417f7b51b6760e90b317 100644 (file)
@@ -32,7 +32,7 @@ import org.apache.poi.util.NotImplemented;
  * @since POI 4.0.0
  */
 // non-Javadoc: When possible, code should be implemented in the ColumnShifter abstract class to avoid duplication with
-// {@link org.apache.poi.xssf.usermodel.helpers.XSSFColumnShifter}
+// {@link org.apache.poi.hssf.usermodel.helpers.HSSFColumnShifter}
 @Beta
 public final class HSSFColumnShifter extends ColumnShifter {
     private static final Logger LOG = LogManager.getLogger(HSSFColumnShifter.class);
index cfd4934595ce9720c2e8e3b98835aa868c331f6c..77602136bd424a32ce0a49b331d9d2006ca6f515 100644 (file)
@@ -31,7 +31,7 @@ import org.apache.poi.util.NotImplemented;
  * Helper for shifting rows up or down
  */
 // non-Javadoc: When possible, code should be implemented in the RowShifter abstract class to avoid duplication with
-// {@link org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter}
+// {@link org.apache.poi.hssf.usermodel.helpers.HSSFRowShifter}
 public final class HSSFRowShifter extends RowShifter {
     private static final Logger LOG = LogManager.getLogger(HSSFRowShifter.class);