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 5e07d873e Javadoc 5e07d873e is described below commit 5e07d873e6b45714d29bf47634adffa3b5aef098 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 18 09:21:03 2024 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/SerializationUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/SerializationUtils.java b/src/main/java/org/apache/commons/lang3/SerializationUtils.java index 3185edfe4..bffc1c252 100644 --- a/src/main/java/org/apache/commons/lang3/SerializationUtils.java +++ b/src/main/java/org/apache/commons/lang3/SerializationUtils.java @@ -46,7 +46,7 @@ import java.util.Objects; public class SerializationUtils { /** - * Custom specialization of the standard JDK {@link java.io.ObjectInputStream} + * Custom specialization of the standard JDK {@link ObjectInputStream} * that uses a custom {@link ClassLoader} to resolve a class. * If the specified {@link ClassLoader} is not able to resolve the class, * the context classloader of the current thread will be used.