Browse Source

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
tags/REL_3_15_BETA2
Javen O'Neal 8 years ago
parent
commit
367a78a40b
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java

+ 1
- 2
src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java 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 {


Loading…
Cancel
Save