Commit 21af6c34 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed unused and incorrect empty constructor.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@197 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4c7838e3
......@@ -41,13 +41,6 @@ public class XMPPDOMFragment extends AbstractFragment implements XMPPFragment {
namespace = root.getNamespaceURI();
}
/**
* Constructor creates it's own Document to represent the packet.
*/
public XMPPDOMFragment() {
root = DocumentHelper.createElement("jive");
}
/**
* Obtain the root element of the DOM tree representing the data in this fragment.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment