forked from I2P_Developers/i2p.i2p
make renderers package private
This commit is contained in:
@@ -21,9 +21,9 @@ import net.i2p.router.tunnel.pool.TunnelPool;
|
||||
import net.i2p.stat.RateStat;
|
||||
|
||||
/**
|
||||
* tunnels.jsp
|
||||
* For /tunnels.jsp, used by TunnelHelper.
|
||||
*/
|
||||
public class TunnelRenderer {
|
||||
class TunnelRenderer {
|
||||
private RouterContext _context;
|
||||
|
||||
private static final int DISPLAY_LIMIT = 200;
|
||||
|
||||
Reference in New Issue
Block a user