[Swift-commit] r4655 - usertools/plotter/src/plotter
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Wed Jun 22 14:27:21 CDT 2011
Author: jonmon
Date: 2011-06-22 14:27:21 -0500 (Wed, 22 Jun 2011)
New Revision: 4655
Modified:
usertools/plotter/src/plotter/Plots.java
Log:
o removed unsused imports from Plots
Modified: usertools/plotter/src/plotter/Plots.java
===================================================================
--- usertools/plotter/src/plotter/Plots.java 2011-06-22 17:33:36 UTC (rev 4654)
+++ usertools/plotter/src/plotter/Plots.java 2011-06-22 19:27:21 UTC (rev 4655)
@@ -3,13 +3,10 @@
import java.awt.Font;
import java.util.Properties;
-import java.util.List;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.title.LegendTitle;
-import org.jfree.data.xy.XYSeries;
-import org.jfree.data.xy.XYSeriesCollection;
/**
* Reusable JFreeChart-specific functions
* @author wozniak
More information about the Swift-commit
mailing list