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 f02823a1 Javadoc. f02823a1 is described below commit f02823a1093f00563aeb70c7f2040d29e85e003a Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Apr 9 14:10:35 2022 -0400 Javadoc. --- src/main/java/org/apache/bcel/classfile/ElementValuePair.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/classfile/ElementValuePair.java b/src/main/java/org/apache/bcel/classfile/ElementValuePair.java index c2e543dc..d27514e8 100644 --- a/src/main/java/org/apache/bcel/classfile/ElementValuePair.java +++ b/src/main/java/org/apache/bcel/classfile/ElementValuePair.java @@ -23,7 +23,7 @@ import java.io.IOException; import org.apache.bcel.Const; /** - * an annotation's element value pair + * An annotation's element value pair. * * @since 6.0 */