[Schmitzm-commits] r987 - in trunk: src/schmitzm/jfree/table/style src_junit/schmitzm/jfree/feature/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 26 10:20:05 CEST 2010


Author: alfonx
Date: 2010-08-26 10:20:04 +0200 (Thu, 26 Aug 2010)
New Revision: 987

Modified:
   trunk/src/schmitzm/jfree/table/style/TableChartStyleXMLFactory.java
   trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
Log:
Organized-Imports, removing the one that broke the compilation at hudson.

Modified: trunk/src/schmitzm/jfree/table/style/TableChartStyleXMLFactory.java
===================================================================
--- trunk/src/schmitzm/jfree/table/style/TableChartStyleXMLFactory.java	2010-08-25 16:21:53 UTC (rev 986)
+++ trunk/src/schmitzm/jfree/table/style/TableChartStyleXMLFactory.java	2010-08-26 08:20:04 UTC (rev 987)
@@ -34,8 +34,6 @@
 
 import org.jdom.Element;
 
-import com.sun.org.apache.xml.internal.security.utils.XMLUtils;
-
 import schmitzm.jfree.chart.style.ChartAxisStyle;
 import schmitzm.jfree.chart.style.ChartStyle;
 import schmitzm.jfree.chart.style.ChartStyleXMLFactory;

Modified: trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
===================================================================
--- trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-08-25 16:21:53 UTC (rev 986)
+++ trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-08-26 08:20:04 UTC (rev 987)
@@ -28,8 +28,6 @@
 import org.jfree.chart.axis.NumberTickUnit;
 import org.jfree.chart.axis.TickUnits;
 import org.jfree.chart.axis.ValueTick;
-import org.jfree.chart.plot.CategoryPlot;
-import org.jfree.chart.plot.DatasetRenderingOrder;
 import org.jfree.chart.renderer.category.BarRenderer;
 import org.jfree.data.category.CategoryDataset;
 import org.jfree.data.category.DefaultCategoryDataset;



More information about the Schmitzm-commits mailing list