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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 620a2e0f5 Remove unused exception from test
620a2e0f5 is described below

commit 620a2e0f5b314f7199ba438cd0489ac1b3948cc6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 15:26:40 2024 -0400

    Remove unused exception from test
---
 src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
index 3481a187a..9d85a7ce2 100644
--- a/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
@@ -242,7 +242,7 @@ public class SerializationUtilsTest extends 
AbstractLangTest {
     }
 
     @Test
-    public void testNegativeByteArray() throws IOException {
+    public void testNegativeByteArray() {
         final byte[] byteArray = {
             (byte) -84, (byte) -19, (byte) 0, (byte) 5, (byte) 125, (byte) 
-19, (byte) 0,
             (byte) 5, (byte) 115, (byte) 114, (byte) -1, (byte) 97, (byte) 
122, (byte) -48, (byte) -65

Reply via email to