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

commit 1b5f9d1af8a16b1285384190af55c5734fb7cb49
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 14 09:15:15 2024 -0400

    Remove one superfluous @SuppressWarnings
---
 src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 541cc02c7..1e90add47 100644
--- a/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java
@@ -158,7 +158,7 @@ abstract class Test1<G> {
 /**
  * Test TypeUtils
  */
-@SuppressWarnings({ "unchecked", "unused", "rawtypes" })
+@SuppressWarnings({ "unused", "rawtypes" })
 //raw types, where used, are used purposely
 public class TypeUtilsTest<B> extends AbstractLangTest {
 

Reply via email to