This commit is contained in:
zzz
2014-08-21 17:38:35 +00:00
parent 4f9e13d0f6
commit 02ab6eac62
2 changed files with 8 additions and 1 deletions

View File

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

View File

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