8301189: validate-source fails after JDK-8298873

Reviewed-by: dcubed, rhalade
This commit is contained in:
Matthew Donovan 2023-01-26 19:36:41 +00:00 committed by Rajan Halade
parent fc26d3e577
commit 7ddafd75b0

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2023 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -233,4 +233,4 @@ public class HandshakeWithInvalidRecordVersion implements SSLContextTemplate {
System.out.println(msg);
}
}
}
}