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 2022/05/30 13:18:20 UTC

[commons-lang] 04/04: Document unused for tests

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 2477d7970f4a52fce6a5f7aa3c6197ccda0ebc4e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 30 09:18:11 2022 -0400

    Document unused for tests
---
 src/test/java/org/apache/commons/lang3/ClassUtilsTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java b/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java
index d3caeb400..70f2928e9 100644
--- a/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java
@@ -56,6 +56,7 @@ public class ClassUtilsTest  {
         // empty
     }
 
+    @SuppressWarnings("unused") // IB is redundant but what a test checks
     private static class CY extends CX implements IB, IC {
         // empty
     }