8263170: ComboBoxModel documentation refers to a nonexistent type

Reviewed-by: azvegint, trebari, pbansal, aivanov, kizune
This commit is contained in:
Prasanta Sadhukhan 2021-03-10 06:39:17 +00:00
parent d8a9c3ca92
commit 3fe8a4661c

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2021, 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
@ -25,7 +25,7 @@
package javax.swing;
/**
* A data model for a combo box. This interface extends <code>ListDataModel</code>
* A data model for a combo box. This interface extends <code>ListModel</code>
* and adds the concept of a <i>selected item</i>. The selected item is generally
* the item which is visible in the combo box display area.
* <p>