Removed unnecesary imports

This commit is contained in:
7u83 2017-10-04 11:12:01 +02:00
parent fddeee5c63
commit 218aecdcd5
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#Wed, 04 Oct 2017 09:58:56 +0200
#Wed, 04 Oct 2017 11:09:53 +0200
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=

View File

@ -47,7 +47,8 @@ public class XLegendChartPainter extends ChartPainter {
}
int big_tick = 10;
int y = 0;
@Override
public void drawChart(Graphics2D g, ChartPanel p, ChartDef def)
{