Fix inconsistent whitespace/indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7044b77aa
commit
5ce675f345
@ -22,13 +22,11 @@ import java.util.Iterator;
|
||||
|
||||
/**
|
||||
* Represents a rectangular region of a {@link Sheet}
|
||||
*
|
||||
* @author Josh Micich
|
||||
*/
|
||||
public interface CellRange<C extends Cell> extends Iterable<C> {
|
||||
|
||||
int getWidth();
|
||||
int getHeight();
|
||||
|
||||
/**
|
||||
* Gets the number of cells in this range.
|
||||
* @return <tt>height * width </tt>
|
||||
|
Loading…
Reference in New Issue
Block a user