javadoc fixes

This commit is contained in:
zzz
2013-07-23 00:49:37 +00:00
parent e7c8d28b99
commit f5518739e2
2 changed files with 1 additions and 2 deletions

View File

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

View File

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