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 2024/02/04 19:10:39 UTC

(commons-validator) 07/19: Line has trailing spaces

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

commit 54a92b46b2554027e970894fa4e6a8c63cac3b74
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 4 14:08:11 2024 -0500

    Line has trailing spaces
---
 src/main/java/org/apache/commons/validator/EmailValidator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/validator/EmailValidator.java b/src/main/java/org/apache/commons/validator/EmailValidator.java
index 55a29138..578fd83c 100644
--- a/src/main/java/org/apache/commons/validator/EmailValidator.java
+++ b/src/main/java/org/apache/commons/validator/EmailValidator.java
@@ -203,7 +203,7 @@ public class EmailValidator {
     /**
      * Recursively remove comments, and replace with a single space. The simpler regexps in the Email Addressing FAQ are imperfect - they will miss escaped
      * chars in atoms, for example. Derived From Mail::RFC822::Address
-     * 
+     *
      * @param emailStr The email address
      * @return address with comments removed.
      */