mirror of https://github.com/apache/poi.git
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:
parent
b065bd4b67
commit
56520578dd
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue