-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 6, 9, 10, 11
-
Component/s: client-libs
-
generic, x86, sparc
-
generic, solaris_10, windows_vista
javax.swing.SwingWorker class has a code sample in the get() method description:
---
class SwingWorkerCompletionWaiter extends PropertyChangeListener {
^^^^^^^
...
---
In other words a class extends an interface. I suppose a class should implement an interface.
---
class SwingWorkerCompletionWaiter extends PropertyChangeListener {
^^^^^^^
...
---
In other words a class extends an interface. I suppose a class should implement an interface.
- duplicates
-
JDK-8173094 Error in API documentation for SwingWorker
-
- Resolved
-