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 d3c4b2d3 Format tweak.
d3c4b2d3 is described below

commit d3c4b2d30e4a6b98b574d2f5b0b16d13b5264111
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 28 10:56:55 2022 -0400

    Format tweak.
---
 src/main/java/org/apache/commons/beanutils2/DynaProperty.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java 
b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index 7a2462dc..4fe2964c 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -108,6 +108,7 @@ public class DynaProperty implements Serializable {
 
     /** Property type */
     protected transient Class<?> type;
+
     /**
      * <p>Gets the Java class representing the data type of the underlying 
property
      * values.</p>

Reply via email to