forked from I2P_Developers/i2p.i2p
Lock down streaming classes not in the API. Holler if this breaks any external apps.
This commit is contained in:
@@ -18,7 +18,7 @@ import net.i2p.util.Log;
|
||||
* mode=bestEffort doesnt block in the SDK.
|
||||
*
|
||||
*/
|
||||
public class PacketQueue {
|
||||
class PacketQueue {
|
||||
private I2PAppContext _context;
|
||||
private Log _log;
|
||||
private I2PSession _session;
|
||||
|
||||
Reference in New Issue
Block a user