File tree Expand file tree Collapse file tree
pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121import java .io .File ;
2222import java .io .IOException ;
23- import java .net .MalformedURLException ;
2423import java .net .URI ;
2524import java .net .URISyntaxException ;
2625
@@ -281,12 +280,11 @@ void testByteShortPaddedWithGarbage() throws IOException
281280 /**
282281 * PDFBOX-6164: test support of TIFF-files with FillOrder=2
283282 *
284- * @throws MalformedURLException
285283 * @throws IOException
286284 * @throws URISyntaxException
287285 */
288286 @ Test
289- void testFillOrder2 () throws MalformedURLException , IOException , URISyntaxException
287+ void testFillOrder2 () throws IOException , URISyntaxException
290288 {
291289 byte [] ba = new URI ("https://issues.apache.org/jira/secure/attachment/12558110/Wing.tif" ).
292290 toURL ().openStream ().readAllBytes ();
You can’t perform that action at this time.
0 commit comments