Skip to content

Commit 07791a6

Browse files
committed
PDFBOX-5660: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1924837 13f79535-47bb-0310-9956-ffa450edef68
1 parent daf0381 commit 07791a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/encryption/TestPublicKeyEncryption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ void testMultipleRecipients(int keyLength) throws Exception
279279
* @throws Exception if
280280
*/
281281
private PDDocument reload(File file, String decryptionPassword, InputStream keyStore)
282-
throws IOException, NoSuchAlgorithmException
282+
throws IOException
283283
{
284284
PDDocument doc2 = Loader.loadPDF(file, decryptionPassword,
285285
keyStore, null, IOUtils.createMemoryOnlyStreamCache());

0 commit comments

Comments
 (0)