This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 cefdd9c6e Remove @SuppressWarnings("serial")
cefdd9c6e is described below

commit cefdd9c6e2c70f947436bbb67574ddc8ff107e8d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 27 16:12:58 2026 -0400

    Remove @SuppressWarnings("serial")
---
 src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
index 68f646290..9afe8ad5f 100644
--- a/src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
@@ -77,7 +77,6 @@ void testCharOverflow() {
         final int start = Character.MAX_VALUE;
         final int end = Integer.MAX_VALUE;
 
-        @SuppressWarnings("serial")
         final Random fixedRandom = new Random() {
             @Override
             public int nextInt(final int n) {

Reply via email to