From 7ddafd75b02c3083264239404b1c33d219e2cd2b Mon Sep 17 00:00:00 2001 From: Matthew Donovan Date: Thu, 26 Jan 2023 19:36:41 +0000 Subject: [PATCH] 8301189: validate-source fails after JDK-8298873 Reviewed-by: dcubed, rhalade --- .../net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jdk/javax/net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java b/test/jdk/javax/net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java index 4c6949d10c2..71119489b85 100644 --- a/test/jdk/javax/net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java +++ b/test/jdk/javax/net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java @@ -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); } } -} \ No newline at end of file +}