mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-01 20:09:06 +00:00
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