Skip to content

Commit 281d967

Browse files
committed
PDFBOX-6083: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929126 13f79535-47bb-0310-9956-ffa450edef68
1 parent 94ee533 commit 281d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/test/java/org/apache/pdfbox/io/RandomAccessReadBufferedFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void testReadFullyExact() throws IOException, URISyntaxException
266266
}
267267

268268
@Test
269-
void testReadFullyAcrossBuffers() throws IOException, URISyntaxException
269+
void testReadFullyAcrossBuffers() throws IOException
270270
{
271271
int bufferLen;
272272
File file = new File("src/test/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStreamTest.java");

0 commit comments

Comments
 (0)