Skip to content

Commit e94d636

Browse files
committed
PDFBOX-5660: remove public
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929980 13f79535-47bb-0310-9956-ffa450edef68
1 parent c6c172d commit e94d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fontbox/src/test/java/org/apache/fontbox/ttf/gsub/GsubWorkerForTamilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class GsubWorkerForTamilTest
4040
private GsubWorker gsubWorkerForTamil;
4141

4242
@BeforeEach
43-
public void init() throws IOException
43+
void init() throws IOException
4444
{
4545
try (TrueTypeFont ttf = new TTFParser().parse(new RandomAccessReadBufferedFile(LOHIT_TAMIL_TTF)))
4646
{

0 commit comments

Comments
 (0)