javadoc fixes

This commit is contained in:
zzz
2014-10-23 15:26:03 +00:00
parent 44d6e117d5
commit b6234e1d5e
2 changed files with 3 additions and 3 deletions

View File

@ -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.
*

View File

@ -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
*/