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 c7044b77aa
commit 5ce675f345

View File

@ -22,13 +22,11 @@ import java.util.Iterator;
/** /**
* Represents a rectangular region of a {@link Sheet} * Represents a rectangular region of a {@link Sheet}
*
* @author Josh Micich
*/ */
public interface CellRange<C extends Cell> extends Iterable<C> { public interface CellRange<C extends Cell> extends Iterable<C> {
int getWidth(); int getWidth();
int getHeight(); int getHeight();
/** /**
* Gets the number of cells in this range. * Gets the number of cells in this range.
* @return <tt>height * width </tt> * @return <tt>height * width </tt>