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


The following commit(s) were added to refs/heads/master by this push:
     new 013dadc  Legibility
013dadc is described below

commit 013dadc879ef47557b54ba901df690355cff5c24
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 10 10:54:00 2024 -0500

    Legibility
---
 .../org/apache/commons/logging/LogFactoryWeakReferenceTestCase.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/logging/LogFactoryWeakReferenceTestCase.java 
b/src/test/java/org/apache/commons/logging/LogFactoryWeakReferenceTestCase.java
index 90eeb73..2adb6e8 100644
--- 
a/src/test/java/org/apache/commons/logging/LogFactoryWeakReferenceTestCase.java
+++ 
b/src/test/java/org/apache/commons/logging/LogFactoryWeakReferenceTestCase.java
@@ -23,7 +23,7 @@ import java.lang.reflect.Field;
 import junit.framework.TestCase;
 
 public class LogFactoryWeakReferenceTestCase extends TestCase {
-    private static final long MAX_WAIT_FOR_REF_NULLED_BY_GC = 15000;
+    private static final long MAX_WAIT_FOR_REF_NULLED_BY_GC = 15_000;
 
     public void testNotLeakingThisClassLoader() throws Exception {
         // create an isolated loader

Reply via email to