-
Bug
-
Resolution: Fixed
-
P4
-
9, 10
-
b03
-
Not verified
Two constructors of DatagramPacket present the same typo:
{code ioffset}to
^^ ^^
There is a spurious 'i' before 'offset' and there's a space missing before 'to':
see:
http://download.java.net/java/jdk9/docs/api/java/net/DatagramPacket.html#DatagramPacket-byte:A-int-int-java.net.InetAddress-int-
"... with offset ioffsetto the specified port ..."
(appears twice)
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/DatagramPacket.html#%3Cinit%3E(byte%5B%5D,int,int,java.net.InetAddress,int)
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/DatagramPacket.html#%3Cinit%3E(byte%5B%5D,int,int,java.net.SocketAddress)
{code ioffset}to
^^ ^^
There is a spurious 'i' before 'offset' and there's a space missing before 'to':
see:
http://download.java.net/java/jdk9/docs/api/java/net/DatagramPacket.html#DatagramPacket-byte:A-int-int-java.net.InetAddress-int-
"... with offset ioffsetto the specified port ..."
(appears twice)
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/DatagramPacket.html#%3Cinit%3E(byte%5B%5D,int,int,java.net.InetAddress,int)
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/DatagramPacket.html#%3Cinit%3E(byte%5B%5D,int,int,java.net.SocketAddress)