getSession() cannot be null

This commit is contained in:
zzz
2013-06-30 17:00:14 +00:00
parent d173b79949
commit 570f8526b0
4 changed files with 15 additions and 12 deletions

View File

@@ -28,6 +28,10 @@ import net.i2p.data.Destination;
*
*/
public interface I2PSocketManager {
/**
* @return the session, non-null
*/
public I2PSession getSession();
/**