Author: rob.stryker(a)jboss.com
Date: 2009-11-05 19:33:02 -0500 (Thu, 05 Nov 2009)
New Revision: 18431
Modified:
trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java
Log:
Changed signature to public
Modified:
trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java
===================================================================
---
trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java 2009-11-05
21:26:26 UTC (rev 18430)
+++
trunk/jmx/plugins/org.jboss.tools.jmx.core/src/org/jboss/tools/jmx/core/util/XMLMemento.java 2009-11-06
00:33:02 UTC (rev 18431)
@@ -388,7 +388,7 @@
* @return the Text node of the memento, or <code>null</code> if
* the memento has no Text node.
*/
- private Text getTextNode() {
+ public Text getTextNode() {
// Get the nodes.
NodeList nodes = element.getChildNodes();
int size = nodes.getLength();
Show replies by date