mirror of https://github.com/apache/poi.git
spotbugs issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63ecb6152b
commit
a6edfe4252
|
@ -677,7 +677,7 @@ public final class TestXSSFExportToXML {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private class XPathNSContext implements NamespaceContext {
|
private static class XPathNSContext implements NamespaceContext {
|
||||||
final Map<String,String> nsMap = new HashMap<>();
|
final Map<String,String> nsMap = new HashMap<>();
|
||||||
|
|
||||||
XPathNSContext() {
|
XPathNSContext() {
|
||||||
|
|
Loading…
Reference in New Issue