javadoc fixes

This commit is contained in:
zzz
2015-05-13 10:48:48 +00:00
parent e68ca573f0
commit a3b1327934
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import net.i2p.data.Destination;
public class UDPSink implements Sink { public class UDPSink implements Sink {
/** /**
* @param src ignored
* @throws IllegalArgumentException on DatagramSocket IOException * @throws IllegalArgumentException on DatagramSocket IOException
*/ */
public UDPSink(InetAddress host, int port) { public UDPSink(InetAddress host, int port) {

View File

@ -41,7 +41,7 @@ import net.i2p.util.SecureFileOutputStream;
* - Certificate if length != 0 * - Certificate if length != 0
* - Private key (256 bytes) * - Private key (256 bytes)
* - Signing Private key (20 bytes, or length specified by key certificate) * - Signing Private key (20 bytes, or length specified by key certificate)
* Total 663 bytes * Total: 663 or more bytes
*</pre> *</pre>
* *
* @author welterde, zzz * @author welterde, zzz