Skip to content

Commit 058548d

Browse files
committed
PDFBOX-5660: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929377 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8c048aa commit 058548d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
@@ -267,7 +267,7 @@ void testMultipleRecipients(int keyLength) throws IOException
267267
* @param decryptionPassword password to be used to decrypt the doc
268268
* @param keyStore password to be used to decrypt the doc
269269
* @return reloaded document
270-
* @throws Exception if
270+
* @throws IOException
271271
*/
272272
private PDDocument reload(File file, String decryptionPassword, InputStream keyStore)
273273
throws IOException

pdfbox/src/test/java/org/apache/pdfbox/pdmodel/common/function/type4/TestParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ void testParserBasics()
4242

4343
/**
4444
* Test nested blocks.
45-
* @throws Exception if an error occurs
4645
*/
4746
@SuppressWarnings("squid:S2699") // Assertion done in Type4Tester
4847
@Test

0 commit comments

Comments
 (0)