forked from I2P_Developers/i2p.i2p
finals
This commit is contained in:
@ -23,7 +23,7 @@ import net.i2p.stat.RateStat;
|
||||
* Dump the stats to the web admin interface
|
||||
*/
|
||||
public class StatsGenerator {
|
||||
private RouterContext _context;
|
||||
private final RouterContext _context;
|
||||
|
||||
public StatsGenerator(RouterContext context) {
|
||||
_context = context;
|
||||
|
@ -28,7 +28,7 @@ import net.i2p.stat.RateStat;
|
||||
* For /tunnels.jsp, used by TunnelHelper.
|
||||
*/
|
||||
class TunnelRenderer {
|
||||
private RouterContext _context;
|
||||
private final RouterContext _context;
|
||||
|
||||
private static final int DISPLAY_LIMIT = 200;
|
||||
|
||||
|
Reference in New Issue
Block a user