From 3f5b75a5ef1606ee9ee0fcefaafcf4a8941788b4 Mon Sep 17 00:00:00 2001 From: Prasanta Sadhukhan Date: Mon, 1 Apr 2024 12:58:44 +0000 Subject: [PATCH] 8328541: Remove or update obsolete comment in JRootPane Reviewed-by: aivanov, abhiscxk --- src/java.desktop/share/classes/javax/swing/JRootPane.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/java.desktop/share/classes/javax/swing/JRootPane.java b/src/java.desktop/share/classes/javax/swing/JRootPane.java index 48e06a917fc..0e2668b363a 100644 --- a/src/java.desktop/share/classes/javax/swing/JRootPane.java +++ b/src/java.desktop/share/classes/javax/swing/JRootPane.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -193,7 +193,6 @@ import sun.security.action.GetBooleanAction; * @author David Kloba * @since 1.2 */ -/// PENDING(klobad) Who should be opaque in this component? @SuppressWarnings("serial") public class JRootPane extends JComponent implements Accessible {