forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@@ -763,7 +763,7 @@ public abstract class TransportImpl implements Transport {
|
|||||||
/**
|
/**
|
||||||
* IP of the peer from the last connection (in or out, any transport).
|
* IP of the peer from the last connection (in or out, any transport).
|
||||||
*
|
*
|
||||||
* @param IPv4 or IPv6, non-null
|
* @param ip IPv4 or IPv6, non-null
|
||||||
*/
|
*/
|
||||||
public void setIP(Hash peer, byte[] ip) {
|
public void setIP(Hash peer, byte[] ip) {
|
||||||
byte[] old;
|
byte[] old;
|
||||||
|
@@ -1280,7 +1280,6 @@ class PacketBuilder {
|
|||||||
* Creates an arbitrary packet for unit testing.
|
* Creates an arbitrary packet for unit testing.
|
||||||
* Null transport in constructor OK.
|
* Null transport in constructor OK.
|
||||||
*
|
*
|
||||||
* @param type 0-15
|
|
||||||
* @since IPv6
|
* @since IPv6
|
||||||
*/
|
*/
|
||||||
public UDPPacket buildPacket(byte[] data, InetAddress to, int port) {
|
public UDPPacket buildPacket(byte[] data, InetAddress to, int port) {
|
||||||
|
Reference in New Issue
Block a user