Author: veithen
Date: Sun Oct 10 15:47:04 2010
New Revision: 1006312
URL: http://svn.apache.org/viewvc?rev=1006312&view=rev
Log:
WSCOMMONS-556: Removed commented out code.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java?rev=1006312&r1=1006311&r2=1006312&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java
Sun Oct 10 15:47:04 2010
@@ -741,14 +741,6 @@ public abstract class NodeImpl implement
throw new UnsupportedOperationException("TODO");
}
- /* public Object setUserData(String key, Object value, UserDataHandler
userDataHandler) {
- return userData.put(key, value);
- }
-
- public Object getUserData(String key) {
- return userData.get(key);
- } */
-
/* *
* userData storage/hashtable will be called only when the user needs to
set user data. Previously, it was done as,
* for every node a new Hashtable created making the excution very
inefficient. According to profiles, no. of method