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-jcs.git
The following commit(s) were added to refs/heads/master by this push: new c4f1b80d Javadoc c4f1b80d is described below commit c4f1b80d6c40104009f782045402b777d4db5459 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 18 09:20:33 2024 -0400 Javadoc --- .../org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java index afc11ea8..d3b818a7 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java @@ -31,7 +31,7 @@ import java.lang.reflect.Proxy; * * The class also evaluates the system property <code>jcs.serialization.class.filter</code> * to define a list of classes that are allowed to be de-serialized. The filter value - * is directly fed into {@link java.io.ObjectInputFilter.Config#createFilter(String)} + * is directly fed into {@link ObjectInputFilter.Config#createFilter(String)} * See the syntax documentation there. */ public class ObjectInputStreamClassLoaderAware extends ObjectInputStream