Fix DatagramChannel javadoc
there seems to be an extra arrow incorrectly placed there when trying to link "Channel."
This commit is contained in:
parent
6b83ff0594
commit
88a2c6ef49
@ -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