javadoc fixes

This commit is contained in:
kytv
2013-01-04 19:20:08 +00:00
parent cea1b08a98
commit af21093012
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ public final class I2PDatagramDissector {
* Load an I2P repliable datagram into the dissector. * Load an I2P repliable datagram into the dissector.
* Does NOT verify the signature. * Does NOT verify the signature.
* *
* @param non-null dgram I2P repliable datagram to be loader * @param dgram non-null I2P repliable datagram to be loader
* *
* @throws DataFormatException If there's an error in the datagram format * @throws DataFormatException If there's an error in the datagram format
*/ */

View File

@@ -62,7 +62,7 @@ public final class I2PDatagramMaker {
/** /**
* Make a repliable I2P datagram containing the specified payload. * Make a repliable I2P datagram containing the specified payload.
* *
* @param non-null payload Bytes to be contained in the I2P datagram. * @param payload non-null Bytes to be contained in the I2P datagram.
*/ */
public byte[] makeI2PDatagram(byte[] payload) { public byte[] makeI2PDatagram(byte[] payload) {
sxDGram.reset(); sxDGram.reset();