javadoc fixes part 15 (ticket #1894)

This commit is contained in:
zzz
2017-01-27 16:00:58 +00:00
parent e0e06d73eb
commit 78da3b9785
8 changed files with 16 additions and 14 deletions

View File

@ -212,6 +212,7 @@ public class Snark
***********/
/** max connections */
public static final String PROP_MAX_CONNECTIONS = "i2psnark.maxConnections";
/** most of these used to be public, use accessors below instead */

View File

@ -695,7 +695,7 @@ public class Storage implements Closeable
* Doesn't really reopen the file descriptors for a restart.
* Just does an existence check but no length check or data reverification
*
* @throws IOE on fail
* @throws IOException on fail
*/
public void reopen() throws IOException
{