-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
8
-
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