remove a warning
This commit is contained in:
parent
0591a35e22
commit
8cc9e17257
|
@ -2,7 +2,6 @@ package org.bench4q.master.test.report;
|
|||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
|
@ -14,7 +13,6 @@ import java.util.UUID;
|
|||
import org.bench4q.master.report.ReportService;
|
||||
import org.jfree.data.time.Second;
|
||||
import org.jfree.data.time.TimeSeries;
|
||||
import org.jfree.data.time.TimeSeriesCollection;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.lowagie.text.Document;
|
||||
|
@ -40,7 +38,8 @@ public class ReportFontTest {
|
|||
|
||||
}
|
||||
|
||||
public void createTestImage(UUID id, Document document) throws IOException, Exception {
|
||||
public void createTestImage(UUID id, Document document) throws IOException,
|
||||
Exception {
|
||||
List<TimeSeries> timeSeriesList = new ArrayList<TimeSeries>();
|
||||
TimeSeries timeSeries = new TimeSeries("test");
|
||||
long now = System.currentTimeMillis();
|
||||
|
|
Loading…
Reference in New Issue