mirror of https://github.com/apache/lucene.git
revert XMLLoader.java. stick with Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d0b47c905
commit
d92209b51b
|
@ -70,7 +70,7 @@ class XMLLoader extends ContentStreamLoader {
|
|||
}
|
||||
catch (XMLStreamException e) {
|
||||
//Hmmm, not quite right
|
||||
throw new IOException(e.getMessage(), e);
|
||||
throw new IOException(e.getMessage());
|
||||
} finally {
|
||||
IOUtils.closeQuietly(reader);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue