* Streaming: Restore I2PSocketManagerFull as public

(broke jwebcahe ticket #345)
This commit is contained in:
zzz
2010-12-02 12:58:40 +00:00
parent 3c51725916
commit 9a6a66d70f

View File

@ -22,8 +22,10 @@ import net.i2p.util.Log;
* I2PSocketManager, it should not attempt to call I2PSession's setSessionListener
* or receive any messages with its .receiveMessage
*
* This is what I2PSocketManagerFactory.createManager() returns.
* Direct instantiation by others is deprecated.
*/
class I2PSocketManagerFull implements I2PSocketManager {
public class I2PSocketManagerFull implements I2PSocketManager {
private I2PAppContext _context;
private Log _log;
private I2PSession _session;