This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_5 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit a5455e4818ac4120363a9d3c0f8e4ef4478ee391 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Mar 6 22:17:28 2012 +0000 Merged r1297744 to the 1.5 branch. --- modules/saaj/src/org/apache/axis2/saaj/NodeImplEx.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/saaj/src/org/apache/axis2/saaj/NodeImplEx.java b/modules/saaj/src/org/apache/axis2/saaj/NodeImplEx.java index 469d3c0..04f0f3b 100644 --- a/modules/saaj/src/org/apache/axis2/saaj/NodeImplEx.java +++ b/modules/saaj/src/org/apache/axis2/saaj/NodeImplEx.java @@ -293,4 +293,9 @@ public abstract class NodeImplEx extends NodeImpl implements Node { return saajSOAPElement; } } + + // TODO: the existence of this method probably indicates a problem in TextImplEx + public org.w3c.dom.Node getParentNode() { + return null; + } }