Update test description

This commit is contained in:
Artur Barashev 2026-06-09 18:04:25 -04:00
parent fdde0260f9
commit d4dba5e24f

View File

@ -28,8 +28,9 @@
/*
* @test
* @bug 4980882 8207250 8237474
* @summary SSLEngine should enforce setUseClientMode
* @bug 4980882 8207250 8237474 8386159
* @summary SSLEngine's client/server mode can't be changed once
* handshaking has begun
* @library /javax/net/ssl/templates
* @run main/othervm EngineEnforceUseClientMode
* @author Brad R. Wetmore