You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/10 13:24:23 UTC

[commons-imaging] 02/02: Remove unused exception

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit 2e4faeca6062643bdaec2a36de9bd9ee2e27ed23
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 10 09:24:16 2023 -0400

    Remove unused exception
---
 .../java/org/apache/commons/imaging/formats/tiff/TiffCcittTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffCcittTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffCcittTest.java
index 16fd6752..b28afb56 100644
--- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffCcittTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffCcittTest.java
@@ -79,7 +79,7 @@ public class TiffCcittTest extends TiffBaseTest {
     }
 
     @Test
-    public void testAll5x2Compressions() throws IOException {
+    public void testAll5x2Compressions() {
         final byte[] uncompressed = new byte[2];
         final int[] combinations = new int[10];
         do {