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


The following commit(s) were added to refs/heads/master by this push:
     new f91a896  Remove trailing whitespace
f91a896 is described below

commit f91a896d5c9cdc7765e7afd56153f0c8cca49e55
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 7 12:55:35 2024 -0400

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

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java 
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index 316556e..08c68f7 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -210,7 +210,7 @@ public class TypeHandler {
     /**
      * Gets the registered converter for the the Class, or {@link 
Converter#DEFAULT} if absent.
      *
-     * @param <T> The Class parameter type. 
+     * @param <T> The Class parameter type.
      * @param clazz The Class to get the Converter for.
      * @return the registered converter if any, {@link Converter#DEFAULT} 
otherwise.
      * @since 1.7.0

Reply via email to