update javadoc for cell/row copy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-07 10:19:19 +00:00
parent b065bd4b67
commit 56520578dd
2 changed files with 2 additions and 2 deletions

View 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);

View 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);