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 9ee8c045e Extra whitespace
9ee8c045e is described below
commit 9ee8c045e4e7bb0d19db0a0c95c061db79a233e0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 2 09:36:11 2022 -0400
Extra whitespace
---
src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java | 1 -
1 file changed, 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 5686298b7..c41b0df08 100644
--- a/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
@@ -239,7 +239,6 @@ public class SerializationUtilsTest {
assertEquals(iMap, newMap);
}
-
@Test
public void testSerializeBytes() throws Exception {
final byte[] testBytes = SerializationUtils.serialize(iMap);