-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P5
-
None
-
Affects Version/s: 8
-
Component/s: core-libs
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Some links are incorrect.
Such as: {@link java.nio.channels.DatagramChannel#open DatagramChannel},
{@link java.nio.channels.ServerSocketChannel#open ServerSocketChannel},
{@link java.nio.channels.SocketChannel#open SocketChannel}
The class exist field called open, so the comment should change to open().
Some links are incorrect.
Such as: {@link java.nio.channels.DatagramChannel#open DatagramChannel},
{@link java.nio.channels.ServerSocketChannel#open ServerSocketChannel},
{@link java.nio.channels.SocketChannel#open SocketChannel}
The class exist field called open, so the comment should change to open().
- links to
-
Review
openjdk/jdk/2470