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