Author: fanningpj
Date: Sun Jun 10 10:47:27 2018
New Revision: 1833265

URL: http://svn.apache.org/viewvc?rev=1833265&view=rev
Log:
use safe XML parsers

Modified:
    
xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java

Modified: 
xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java?rev=1833265&r1=1833264&r2=1833265&view=diff
==============================================================================
--- 
xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java
 (original)
+++ 
xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java
 Sun Jun 10 10:47:27 2018
@@ -21,7 +21,6 @@ import junit.framework.Assert;
 
 import javax.xml.stream.XMLStreamException;
 import javax.xml.stream.XMLStreamReader;
-import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.Location;
 import javax.xml.stream.events.XMLEvent;
 import javax.xml.namespace.QName;


Reply via email to