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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 601bb5da Javadoc.
601bb5da is described below

commit 601bb5dabe65ce1c4b29291ffd876b1ee18fac8a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 28 10:57:31 2022 -0400

    Javadoc.
---
 src/main/java/org/apache/commons/beanutils2/DynaProperty.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java 
b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index 4fe2964c..1920cbd7 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -35,9 +35,7 @@ import java.util.Objects;
  * The DynaBean implementation may choose to enforce this type on its entries.
  * Alternatively, an implementation may choose to ignore this property.
  * All keys for maps must be of type String so no meta data is needed for map 
keys.</p>
- *
  */
-
 public class DynaProperty implements Serializable {
 
     private static final long serialVersionUID = -3084907613499830175L;

Reply via email to