Skip to content

Commit 4296e5a

Browse files
committed
Update DaemonThreadTest.java
1 parent a8f70e7 commit 4296e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/tencentcloudapi/integration/common/DaemonThreadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class DaemonThreadTest {
1010

1111
@Test
12-
// make sure okhttp create daemon threads instead of normal threads, so user process won't be suspending
12+
// ensure OkHttp threads are daemon to allow clean JVM shutdown
1313
public void testOkhttpUseDaemonThread() {
1414
Credential cred = new Credential(
1515
System.getenv("TENCENTCLOUD_SECRET_ID"),

0 commit comments

Comments
 (0)