I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f5518739 authored by zzz's avatar zzz
Browse files

javadoc fixes

parent e7c8d28b
No related branches found
No related tags found
No related merge requests found
......@@ -763,7 +763,7 @@ public abstract class TransportImpl implements 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) {
byte[] old;
......
......@@ -1280,7 +1280,6 @@ class PacketBuilder {
* Creates an arbitrary packet for unit testing.
* Null transport in constructor OK.
*
* @param type 0-15
* @since IPv6
*/
public UDPPacket buildPacket(byte[] data, InetAddress to, int port) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment