From 5c874c19cb08e5c10204a7ad47fb3075f65633db Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Thu, 18 Jan 2024 17:42:55 +0000 Subject: [PATCH] 8324161: validate-source fails after JDK-8275338 Reviewed-by: darcy --- .../jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java b/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java index 5036cb7b41c..b630bba6a47 100644 --- a/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java +++ b/test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2023, 2024, 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