You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by fa...@apache.org on 2018/06/10 10:47:27 UTC

svn commit: r1833265 - /xmlbeans/trunk/test/src/ValidatingXSRTests/checkin/ValidatingXMLStreamReaderTests.java

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;