Several methods in java.nio.channels.DatagramChannel erroneously use "@returns" instead of "@return" in their JavaDoc descriptions. Consequently, the return information is not generated -- these typos should be fixed. The affected methods are:
public abstract int send(ByteBuffer src, SocketAddress target)
public abstract int write(ByteBuffer[] srcs, int offset, int length)
public final int write(ByteBuffer[] srcs)
public abstract int send(ByteBuffer src, SocketAddress target)
public abstract int write(ByteBuffer[] srcs, int offset, int length)
public final int write(ByteBuffer[] srcs)