fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-15 04:32:17 +00:00
parent 4243208ade
commit b99c753158
1 changed files with 1 additions and 2 deletions

View File

@ -18,14 +18,13 @@
package org.apache.poi.hssf.util;
import org.apache.poi.ss.util.CellRangeAddressBase;
import org.apache.poi.util.LittleEndianByteArrayOutputStream;
import org.apache.poi.util.LittleEndianInput;
import org.apache.poi.util.LittleEndianOutput;
/**
* See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'<p/>
*
* Like {@link CellRangeAddress} except column fields are 8-bit.
* Implements a CellRangeAddress with 8-but column fields.
*/
public final class CellRangeAddress8Bit extends CellRangeAddressBase {