You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/03/03 09:41:43 UTC

svn commit: r632981 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java

Author: xavier
Date: Mon Mar  3 00:41:43 2008
New Revision: 632981

URL: http://svn.apache.org/viewvc?rev=632981&view=rev
Log:
remove bad import

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java?rev=632981&r1=632980&r2=632981&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java (original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/XmlModuleUpdaterTest.java Mon Mar  3 00:41:43 2008
@@ -44,8 +44,6 @@
 import org.apache.ivy.util.FileUtil;
 import org.xml.sax.SAXParseException;
 
-import sun.reflect.ReflectionFactory.GetReflectionFactoryAction;
-
 public class XmlModuleUpdaterTest extends TestCase {
 
     public void testUpdate() throws Exception {