Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8263170: ComboBoxModel documentation refers to a nonexistent type
Reviewed-by: azvegint, trebari, pbansal, aivanov, kizune
  • Loading branch information
prsadhuk committed Mar 10, 2021
1 parent d8a9c3c commit 3fe8a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.desktop/share/classes/javax/swing/ComboBoxModel.java
@@ -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
Expand All @@ -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>
Expand Down

1 comment on commit 3fe8a46

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.