This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 9116c97  Remove unused attribute
9116c97 is described below

commit 9116c977f585514a20e8b8a69b3e0242afa1ad1d
Author: Andreas Veithen <[email protected]>
AuthorDate: Wed May 20 20:38:45 2020 +0100

    Remove unused attribute
---
 .../src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java      | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java
 
b/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java
index aae1048..4085811 100644
--- 
a/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java
+++ 
b/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java
@@ -21,8 +21,6 @@ package org.apache.axiom.om.impl.dom;
 
 import static org.apache.axiom.dom.DOMExceptionUtil.newDOMException;
 
-import java.util.Hashtable;
-
 import org.apache.axiom.dom.DOMDocument;
 import org.apache.axiom.om.impl.intf.AxiomDocument;
 import org.w3c.dom.Attr;
@@ -33,8 +31,6 @@ import org.w3c.dom.Node;
 import org.w3c.dom.ProcessingInstruction;
 
 public class DocumentImpl extends ParentNode implements DOMDocument, 
AxiomDocument {
-    protected Hashtable identifiers;
-    
     public Node importNode(Node importedNode, boolean deep) throws 
DOMException {
 
         short type = importedNode.getNodeType();

Reply via email to