mirror of https://github.com/apache/poi.git
Fix indents / whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
228abc5322
commit
5a6da94159
|
@ -21,12 +21,8 @@ import org.apache.poi.ss.util.CellReference;
|
|||
|
||||
/**
|
||||
* This enum allows spreadsheets from multiple Excel versions to be handled by the common code.
|
||||
* Properties of this enum correspond to attributes of the <i>spreadsheet</i> that are easily
|
||||
* <p>Properties of this enum correspond to attributes of the <i>spreadsheet</i> that are easily
|
||||
* discernable to the user. It is not intended to deal with low-level issues like file formats.
|
||||
* <p/>
|
||||
*
|
||||
* @author Josh Micich
|
||||
* @author Yegor Kozlov
|
||||
*/
|
||||
public enum SpreadsheetVersion {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue