Skip to content

Commit 7ddafd7

Browse files
mpdonovaRajan Halade
authored andcommitted
8301189: validate-source fails after JDK-8298873
Reviewed-by: dcubed, rhalade
1 parent fc26d3e commit 7ddafd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -233,4 +233,4 @@ private static void log(Object msg) {
233233
System.out.println(msg);
234234
}
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)