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 d94d0d5c Remove trailing whitespace
d94d0d5c is described below

commit d94d0d5c30c30c933dab759891006aef84eccd3d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 23 10:17:00 2023 -0400

    Remove trailing whitespace
---
 src/main/java/org/apache/commons/beanutils2/BeanMap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/BeanMap.java 
b/src/main/java/org/apache/commons/beanutils2/BeanMap.java
index 2d62209e..96559dd3 100644
--- a/src/main/java/org/apache/commons/beanutils2/BeanMap.java
+++ b/src/main/java/org/apache/commons/beanutils2/BeanMap.java
@@ -49,7 +49,7 @@ public class BeanMap extends AbstractMap<String, Object> 
implements Cloneable {
     protected static class Entry extends AbstractMap.SimpleEntry<String, 
Object> {
 
         private static final long serialVersionUID = 1L;
-        
+
         /**
          * The owner.
          */

Reply via email to