]> source.dussan.org Git - poi.git/commitdiff
fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress
authorJaven O'Neal <onealj@apache.org>
Wed, 15 Jun 2016 04:32:17 +0000 (04:32 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 15 Jun 2016 04:32:17 +0000 (04:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748496 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/util/CellRangeAddress8Bit.java

index 8ec6733aafc4c88f272faba6d3746fe11020b722..9c866f9b5f07221f981c6666f5413c075bf5498c 100644 (file)
 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 {