aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/util
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2015-08-18 14:34:52 +0000
committerNick Burch <nick@apache.org>2015-08-18 14:34:52 +0000
commit3be3f5c2dae818809d84ba91fb16bedaefd6890a (patch)
tree229708a034dff33371a463500f2421579062861b /src/testcases/org/apache/poi/hssf/util
parentbed2ee69c3222a58981280bd72533ef650dbb295 (diff)
downloadpoi-3be3f5c2dae818809d84ba91fb16bedaefd6890a.tar.gz
poi-3be3f5c2dae818809d84ba91fb16bedaefd6890a.zip
Fix indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696429 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/hssf/util')
-rw-r--r--src/testcases/org/apache/poi/hssf/util/TestCellReference.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/hssf/util/TestCellReference.java b/src/testcases/org/apache/poi/hssf/util/TestCellReference.java
index d05c250d70..9e48fc385e 100644
--- a/src/testcases/org/apache/poi/hssf/util/TestCellReference.java
+++ b/src/testcases/org/apache/poi/hssf/util/TestCellReference.java
@@ -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"));