forked from I2P_Developers/i2p.i2p
fix comment
This commit is contained in:
@@ -83,7 +83,7 @@ class SummaryRenderer {
|
||||
private static final long[] RATES = new long[] { 60*60*1000 };
|
||||
// dotted line
|
||||
private static final Stroke GRID_STROKE = new BasicStroke(1, BasicStroke.CAP_BUTT, BasicStroke.JOIN_MITER, 1, new float[] {1, 1}, 0);
|
||||
// hide grid
|
||||
// hide ticks
|
||||
private static final Stroke TICK_STROKE = new BasicStroke(0);
|
||||
|
||||
public SummaryRenderer(I2PAppContext ctx, SummaryListener lsnr) {
|
||||
|
||||
Reference in New Issue
Block a user