Skip to content

Commit 3fe8a46

Browse files
committed
8263170: ComboBoxModel documentation refers to a nonexistent type
Reviewed-by: azvegint, trebari, pbansal, aivanov, kizune
1 parent d8a9c3c commit 3fe8a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.desktop/share/classes/javax/swing/ComboBoxModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
2525
package javax.swing;
2626

2727
/**
28-
* A data model for a combo box. This interface extends <code>ListDataModel</code>
28+
* A data model for a combo box. This interface extends <code>ListModel</code>
2929
* and adds the concept of a <i>selected item</i>. The selected item is generally
3030
* the item which is visible in the combo box display area.
3131
* <p>

0 commit comments

Comments
 (0)