spotbugs issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-03-28 14:05:44 +00:00
parent 63ecb6152b
commit a6edfe4252
1 changed files with 1 additions and 1 deletions

View File

@ -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<>();
XPathNSContext() {