瀏覽代碼

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 年之前
父節點
當前提交
367a78a40b
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java

+ 1
- 2
src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java 查看文件

@@ -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…
取消
儲存