Fix indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bde975db7
commit
a92c078d18
@ -23,6 +23,10 @@ import org.apache.poi.ss.util.CellReference;
|
||||
import org.apache.poi.ss.util.CellReference.NameType;
|
||||
import org.apache.poi.ss.SpreadsheetVersion;
|
||||
|
||||
/**
|
||||
* Tests for the HSSF and SS versions of CellReference.
|
||||
* See also {@link org.apache.poi.ss.util.TestCellReference}
|
||||
*/
|
||||
public final class TestCellReference extends TestCase {
|
||||
public void testColNumConversion() {
|
||||
assertEquals(0, CellReference.convertColStringToIndex("A"));
|
||||
|
@ -23,7 +23,6 @@ import org.apache.poi.ss.util.CellReference;
|
||||
import junit.framework.AssertionFailedError;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
||||
/**
|
||||
* Tests that the common CellReference works as we need it to.
|
||||
* Note - some additional testing is also done in the HSSF class,
|
||||
|
Loading…
Reference in New Issue
Block a user