remove a warning

This commit is contained in:
Tienan Chen 2013-11-19 14:50:54 +08:00
parent 0591a35e22
commit 8cc9e17257
1 changed files with 2 additions and 3 deletions

View File

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