diff options
Diffstat (limited to 'src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java')
-rw-r--r-- | src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java b/src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java index 1f06565fc3..957fd59367 100644 --- a/src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java +++ b/src/testcases/org/apache/poi/ss/formula/TestPlainCellCache.java @@ -30,7 +30,7 @@ import org.junit.jupiter.api.Test; public class TestPlainCellCache { @Test - public void testLoc(){ + void testLoc(){ PlainCellCache cache = new PlainCellCache(); for (int bookIndex = 0; bookIndex < 0x1000; bookIndex += 0x100) { for (int sheetIndex = 0; sheetIndex < 0x1000; sheetIndex += 0x100) { |