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:
Nick Burch 2014-12-25 09:13:40 +00:00
parent 46c333cb75
commit 4204f8211e
1 changed files with 33 additions and 35 deletions

View File

@ -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>