forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@ -601,7 +601,6 @@ public class Storage
|
||||
* Doesn't really reopen the file descriptors for a restart.
|
||||
* Just does an existence check but no length check or data reverification
|
||||
*
|
||||
* @param rootDir ignored
|
||||
* @throws IOE on fail
|
||||
*/
|
||||
public void reopen() throws IOException
|
||||
|
@ -25,7 +25,15 @@ import net.i2p.util.Log;
|
||||
*/
|
||||
public class I2PSocketManagerFactory {
|
||||
|
||||
/**
|
||||
* Ignored since 0.9.12, cannot be changed via properties.
|
||||
* @deprecated
|
||||
*/
|
||||
public static final String PROP_MANAGER = "i2p.streaming.manager";
|
||||
|
||||
/**
|
||||
* The one and only manager.
|
||||
*/
|
||||
public static final String DEFAULT_MANAGER = "net.i2p.client.streaming.impl.I2PSocketManagerFull";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user