Skip to content

Commit f575f4f

Browse files
authored
Fix formatting in Basics.java test cases
1 parent 74da3ee commit f575f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/javax/net/ssl/SSLEngine/Basics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static void main(String[] args) throws Exception {
6363
runTest("TLSv1.2", "TLS_RSA_WITH_AES_256_GCM_SHA384");
6464
runTest("TLSv1.1", "TLS_DHE_DSS_WITH_AES_128_CBC_SHA");
6565
}
66-
66+
6767
private static void runTest(String protocol, String cipherSuite) throws Exception {
6868
System.out.printf("Testing %s with %s%n", protocol, cipherSuite);
6969
KeyStore ks = KeyStore.getInstance("JKS");

0 commit comments

Comments
 (0)