mirror of https://github.com/apache/poi.git
fix spellings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b98b7d8c2
commit
f563f23a71
|
@ -70,7 +70,7 @@ public final class HSSFCellStyle implements CellStyle, Duplicatable {
|
|||
|
||||
|
||||
/**
|
||||
* get the index within the HSSFWorkbook (sequence within the collection of ExtnededFormat objects)
|
||||
* get the index within the HSSFWorkbook (sequence within the collection of ExtendedFormat objects)
|
||||
* @return unique index number of the underlying record this style represents (probably you don't care
|
||||
* unless you're comparing which one is which)
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.apache.poi.util.Removal;
|
|||
public interface CellStyle {
|
||||
|
||||
/**
|
||||
* get the index within the Workbook (sequence within the collection of ExtnededFormat objects)
|
||||
* get the index within the Workbook (sequence within the collection of ExtendedFormat objects)
|
||||
* @return unique index number of the underlying record this style represents (probably you don't care
|
||||
* unless you're comparing which one is which)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue