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 a7a1e17d8bd9f6b9e5f0077ffd8264d7256348b1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 09:33:34 2024 -0400

    Add @SuppressWarnings
---
 src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
index 6e9dc464e..108b6e944 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -117,6 +117,7 @@ public class DurationFormatUtilsTest extends 
AbstractLangTest {
                              new int[] { 2006, 1, 26, 10, 47, 34 }, 
"yyyy/MM/dd HH:mm:ss SSS");
     }
 
+    @SuppressWarnings("deprecation")
     @Test
     public void testConstructor() {
         assertNotNull(new DurationFormatUtils());

Reply via email to