aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-01-10 01:42:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-01-10 01:42:30 +0000
commit834a7628d2b005d41ea0d1b1818e8908e96dd742 (patch)
tree4f5b0b1e763991ae9db22df08dfa50da5f4df936 /src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java
parent9c358836b4efe0b575c37d198a9970c2cf3b1ea0 (diff)
downloadpoi-834a7628d2b005d41ea0d1b1818e8908e96dd742.tar.gz
poi-834a7628d2b005d41ea0d1b1818e8908e96dd742.zip
Sonar fixes
JUnit5 test classes and methods should have default package visibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java')
-rw-r--r--src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java b/src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java
index a37ac1feb2..a02da05778 100644
--- a/src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java
+++ b/src/ooxml/testcases/org/apache/poi/xssf/model/TestCommentsTable.java
@@ -47,7 +47,7 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComments;
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst;
-public class TestCommentsTable {
+class TestCommentsTable {
private static final String TEST_A2_TEXT = "test A2 text";
private static final String TEST_A1_TEXT = "test A1 text";