You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/05 22:07:33 UTC

[commons-bcel] branch release updated: Javadoc

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/release by this push:
     new c3f2705a Javadoc
c3f2705a is described below

commit c3f2705a6aa931b8a7e8e47bce94fab14f7be002
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 5 17:07:29 2022 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java b/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
index 8dcca8bf..603404a2 100644
--- a/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
+++ b/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
@@ -292,7 +292,9 @@ public class AnnotationEntryGen {
     }
 
     /**
-     * Returns list of ElementNameValuePair objects
+     * Returns list of ElementNameValuePair objects.
+     *
+     * @return list of ElementNameValuePair objects.
      */
     public List<ElementValuePairGen> getValues() {
         return evs;