-
Bug
-
Resolution: Duplicate
-
P4
-
6, 9, 10, 11
-
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
-