forked from I2P_Developers/i2p.i2p
minor updates after review
This commit is contained in:
@ -96,7 +96,7 @@ public abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2
|
||||
// established subsessions
|
||||
private final ConcurrentHashMap<SessionId, SubSession> _subsessionMap;
|
||||
private final Object _subsessionLock = new Object();
|
||||
private static final String MIN_SUBSESSION_VERSION = "0.9.19";
|
||||
private static final String MIN_SUBSESSION_VERSION = "0.9.21";
|
||||
private volatile boolean _routerSupportsSubsessions;
|
||||
|
||||
/** hostname of router - will be null if in RouterContext */
|
||||
|
@ -178,6 +178,7 @@ public interface UpdateManager {
|
||||
* @since 0.9.21
|
||||
*/
|
||||
public boolean isUpdateInProgress(UpdateType type, String id);
|
||||
|
||||
/**
|
||||
* Non-blocking. Does not check.
|
||||
* Fails if check or update already in progress.
|
||||
@ -225,6 +226,7 @@ public interface UpdateManager {
|
||||
/**
|
||||
* The status on any update current or last finished.
|
||||
* @return status or ""
|
||||
* @since 0.9.21
|
||||
*/
|
||||
public String getStatus();
|
||||
|
||||
|
Reference in New Issue
Block a user