Fix DatagramChannel javadoc
there seems to be an extra arrow incorrectly placed there when trying to link "Channel."
This commit is contained in:
parent
aaba1b9ed5
commit
80c59864cf
@ -24,7 +24,7 @@ import java.net.InetSocketAddress;
|
||||
import java.net.NetworkInterface;
|
||||
|
||||
/**
|
||||
* A UDP/IP {@link Channel}}.
|
||||
* A UDP/IP {@link Channel}.
|
||||
*/
|
||||
public interface DatagramChannel extends Channel {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user