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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 36c19242 Javadoc 36c19242 is described below commit 36c19242c1141c76b4affb9546e1430b9f24c19c Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Tue Jun 18 09:12:30 2024 -0400 Javadoc --- src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java b/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java index 0fa6e412..505e1b7c 100644 --- a/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java +++ b/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java @@ -20,7 +20,7 @@ import java.io.Serializable; /** * A placeholder class that can be used to create an ObjectType of which has some of the properties arrays have. They - * implement {@link Cloneable} and {@link java.io.Serializable} and they extend {@link Object}. + * implement {@link Cloneable} and {@link Serializable} and they extend {@link Object}. */ public class GenericArray implements Cloneable, Serializable {