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


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

commit f50a4df11cd56984f251b51765fe55ce30d71266
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 14 10:30:13 2024 -0400

    Trailing whitespace
---
 src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
index 38c7add81..d80a390b0 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
@@ -77,14 +77,14 @@ final class AAAClass extends AAClass<String> {
 
 /**
  * Test fixture.
- * 
+ *
  * @param <T> Test fixture type, unused type parameter for test.
  */
 class AAClass<T> {
 
     /**
      * Test fixture.
-     * 
+     *
      * @param <S> Test fixture type, unused type parameter for test.
      */
     public class BBClass<S> {

Reply via email to