From 02e5fc04ccd046e9904302548f131b89d5f2954a Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Mon, 9 May 2022 19:22:42 +0000 Subject: [PATCH] 8286435: JDK-8284316 caused validate-source to fail in Tier1 Reviewed-by: mikael --- test/jdk/javax/accessibility/manual/SwingSetTest.java | 2 +- .../accessibility/manual/TestJProgressBarAccessibility.java | 2 +- test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jdk/javax/accessibility/manual/SwingSetTest.java b/test/jdk/javax/accessibility/manual/SwingSetTest.java index 8700f9a07d2..8b4abb6305a 100644 --- a/test/jdk/javax/accessibility/manual/SwingSetTest.java +++ b/test/jdk/javax/accessibility/manual/SwingSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ diff --git a/test/jdk/javax/accessibility/manual/TestJProgressBarAccessibility.java b/test/jdk/javax/accessibility/manual/TestJProgressBarAccessibility.java index 0740e8d2971..1f0e76aeb3d 100644 --- a/test/jdk/javax/accessibility/manual/TestJProgressBarAccessibility.java +++ b/test/jdk/javax/accessibility/manual/TestJProgressBarAccessibility.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2022, 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 diff --git a/test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java b/test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java index 6aad4164dee..f86c116c01e 100644 --- a/test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java +++ b/test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2022, 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