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
The following commit(s) were added to refs/heads/master by this push: new ec0fd2c98 Javadoc: Remove old comments ec0fd2c98 is described below commit ec0fd2c98f0bf94d6d87c6adf237430e606e2e23 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 22 17:26:08 2024 -0400 Javadoc: Remove old comments --- .../apache/commons/io/serialization/ValidatingObjectInputStream.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/apache/commons/io/serialization/ValidatingObjectInputStream.java b/src/main/java/org/apache/commons/io/serialization/ValidatingObjectInputStream.java index ed2f7d920..21211a08e 100644 --- a/src/main/java/org/apache/commons/io/serialization/ValidatingObjectInputStream.java +++ b/src/main/java/org/apache/commons/io/serialization/ValidatingObjectInputStream.java @@ -37,10 +37,6 @@ import org.apache.commons.io.input.BOMInputStream; * <p> * Various accept/reject methods allow for specifying which classes can be deserialized. * </p> - * // * - * <p> - * // * <b>Reading safely</b> // * - * </p> * <h2>Reading safely</h2> * <p> * Here is the only way to safely read a HashMap of String keys and Integer values: