ソースを参照

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 {


読み込み中…
キャンセル
保存