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 2023/02/08 13:09:12 UTC

[commons-beanutils] branch master updated: Remove extra whitespace

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 19a245e0 Remove extra whitespace
19a245e0 is described below

commit 19a245e0f95aa6528694ca30399a3b6091d5ecb8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Feb 8 08:09:07 2023 -0500

    Remove extra whitespace
---
 .../java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java b/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
index 6d7ff764..6e035eb4 100644
--- a/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
+++ b/src/main/java/org/apache/commons/beanutils2/locale/BaseLocaleConverter.java
@@ -130,8 +130,6 @@ public abstract class BaseLocaleConverter<T> implements LocaleConverter<T> {
         this.locPattern = locPattern;
     }
 
-
-
     /**
      * Convert the specified locale-sensitive input object into an output object of the
      * specified type.