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/06/02 20:47:20 UTC

[commons-io] 04/04: Javadoc

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

commit 5c87fbc9b9d3e956739e2acb601df8e1db26ca35
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 2 15:10:00 2023 -0400

    Javadoc
---
 .../java/org/apache/commons/io/serialization/MoreComplexObjectTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/serialization/MoreComplexObjectTest.java b/src/test/java/org/apache/commons/io/serialization/MoreComplexObjectTest.java
index bf07e4a6..82729508 100644
--- a/src/test/java/org/apache/commons/io/serialization/MoreComplexObjectTest.java
+++ b/src/test/java/org/apache/commons/io/serialization/MoreComplexObjectTest.java
@@ -32,7 +32,7 @@ import java.util.Random;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 
-/** 
+/**
  * This is more an example than a test - deserialize our {@link MoreComplexObject}
  * to verify which settings it requires, as the object uses a number of primitive
  * and java.* member objects.