forked from I2P_Developers/i2p.i2p
getSession() cannot be null
This commit is contained in:
@@ -28,6 +28,10 @@ import net.i2p.data.Destination;
|
||||
*
|
||||
*/
|
||||
public interface I2PSocketManager {
|
||||
|
||||
/**
|
||||
* @return the session, non-null
|
||||
*/
|
||||
public I2PSession getSession();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user