aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java')
-rw-r--r--src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java b/src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java
index 5a88757a63..5f7c6a76d2 100644
--- a/src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java
+++ b/src/testcases/org/apache/poi/ss/formula/TestEvaluationCache.java
@@ -59,7 +59,7 @@ import org.junit.jupiter.api.Test;
* values are used. Also checks that changing cell values causes the correct (minimal) set of
* dependent cached values to be cleared.
*/
-public class TestEvaluationCache {
+class TestEvaluationCache {
private static final class FormulaCellCacheEntryComparer implements Comparator<ICacheEntry> {