Skip to content

Commit 1691d64

Browse files
committed
turbanoff's comment
1 parent 09bb1ab commit 1691d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private static Stream<Arguments> patternMatches() {
179179
Arguments.of(List.of("-Djavax.net.debug",
180180
"-Djava.util.logging.config.file=" + LOG_FILE),
181181
List.of("handshake", "javax.net.debug.logger",
182-
"keymanager", "packet", "plaintext",
182+
"keymanager", "packet", "plaintext",
183183
"record", "session", "ssl",
184184
"sslctx", "trustmanager", "verbose"))
185185
);

0 commit comments

Comments
 (0)