Author: veithen
Date: Thu Jun 18 07:00:23 2015
New Revision: 1686142

URL: http://svn.apache.org/r1686142
Log:
Remove the unnecessary TypedAttribute class.

Removed:
    
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/TypedAttribute.java
Modified:
    
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSAwareAttribute.java
    
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSUnawareAttribute.java

Modified: 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSAwareAttribute.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSAwareAttribute.java?rev=1686142&r1=1686141&r2=1686142&view=diff
==============================================================================
--- 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSAwareAttribute.java
 (original)
+++ 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSAwareAttribute.java
 Thu Jun 18 07:00:23 2015
@@ -31,7 +31,7 @@ import org.apache.axiom.om.impl.common.A
 import org.apache.axiom.om.impl.common.AxiomText;
 import org.w3c.dom.Attr;
 
-public final class NSAwareAttribute extends TypedAttribute implements 
OMAttributeEx, AxiomAttribute, NamedNode, CoreNSAwareAttribute {
+public final class NSAwareAttribute extends AttrImpl implements OMAttributeEx, 
AxiomAttribute, NamedNode, CoreNSAwareAttribute {
     // TODO: copy isId?
     NSAwareAttribute(String localName, OMNamespace namespace, String type, 
OMFactory factory) {
         super(null, factory);

Modified: 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSUnawareAttribute.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSUnawareAttribute.java?rev=1686142&r1=1686141&r2=1686142&view=diff
==============================================================================
--- 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSUnawareAttribute.java
 (original)
+++ 
webservices/axiom/branches/attrs-aspects/implementations/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NSUnawareAttribute.java
 Thu Jun 18 07:00:23 2015
@@ -23,7 +23,7 @@ import org.apache.axiom.dom.DOMNSUnaware
 import org.apache.axiom.om.OMCloneOptions;
 import org.apache.axiom.om.OMFactory;
 
-public class NSUnawareAttribute extends TypedAttribute implements 
DOMNSUnawareAttribute {
+public class NSUnawareAttribute extends AttrImpl implements 
DOMNSUnawareAttribute {
     public NSUnawareAttribute(DocumentImpl ownerDocument, OMFactory factory) {
         super(ownerDocument, factory);
     }


Reply via email to