This commit is contained in:
zzz
2019-06-03 13:06:44 +00:00
parent fe6c7cd41f
commit 697b617c7a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;