Skip to content

Commit f8ad0e4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fontbox/src/test/java/org/apache/fontbox/cff/CFFParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void testGlobalSubrIndex()
166166
* @throws IOException
167167
*/
168168
@Test
169-
void testDeltaLists() throws IOException
169+
void testDeltaLists()
170170
{
171171
@SuppressWarnings("unchecked")
172172
List<Number> blues = (List<Number>) testCFFType1Font.getPrivateDict().get("BlueValues");

0 commit comments

Comments
 (0)