Fix DatagramChannel javadoc

there seems to be an extra arrow incorrectly placed there when trying to link "Channel."
This commit is contained in:
Effective Light 2015-07-12 11:35:31 -04:00 committed by Norman Maurer
parent f2a99a8e3f
commit 547012bcff

View File

@ -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