forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -72,9 +72,9 @@ public class CreateRouterInfoJob extends JobImpl {
|
||||
|
||||
/**
|
||||
* Writes 6 files: router.info (standard RI format),
|
||||
* router.keys2, and 4 individual key files under keyBackup/
|
||||
* router.keys.dat, and 4 individual key files under keyBackup/
|
||||
*
|
||||
* router.keys2 file format: This is the
|
||||
* router.keys.dat file format: This is the
|
||||
* same "eepPriv.dat" format used by the client code,
|
||||
* as documented in PrivateKeyFile.
|
||||
*
|
||||
|
@ -66,7 +66,7 @@ class LoadRouterInfoJob extends JobImpl {
|
||||
}
|
||||
|
||||
/**
|
||||
* Loads router.info and router.keys2 or router.keys.
|
||||
* Loads router.info and either router.keys.dat or router.keys.
|
||||
*
|
||||
* See CreateRouterInfoJob for file formats
|
||||
*/
|
||||
|
Reference in New Issue
Block a user