Javadoc fixes in imagegen, sam, crypto

package.html files for imagegen
This commit is contained in:
zzz
2016-02-13 15:17:41 +00:00
parent 6ab5b84979
commit 071769679d
11 changed files with 35 additions and 15 deletions

View File

@ -78,8 +78,6 @@ abstract class SAMMessageSession implements SAMMessageSess {
/**
* Initialize a new SAM message-based session using an existing I2PSession.
*
* @param destStream Input stream containing the destination and private keys (same format as PrivateKeyFile)
* @param props Properties to setup the I2P session
* @throws IOException
* @throws DataFormatException
* @throws I2PSessionException

View File

@ -946,7 +946,6 @@ class SAMv1Handler extends SAMHandler implements SAMRawReceiver, SAMDatagramRece
* Writes s + createMessageString(msg) + \n
*
* @param s The string, non-null
* @param s The message may be null
* @since 0.9.25
*/
protected boolean writeString(String s, String msg) {

View File

@ -95,7 +95,7 @@ class SAMv3StreamSession extends SAMStreamSession implements Session
*
* Caller MUST call start().
*
* @param nick nickname of the session
* @param login nickname of the session
* @throws IOException
* @throws DataFormatException
* @throws I2PSessionException