Skip to content
Snippets Groups Projects
Commit ef4f2f3f authored by pompert's avatar pompert
Browse files

BugID: 725

Additions:
-None
Mods:
-Modified the setContent argument as the caller now passes on a UserObject of a TreeNode instead of the TreeNode.
parent 22a06cd7
No related branches found
No related tags found
No related merge requests found
...@@ -225,8 +225,7 @@ public class ParmDBPlotPanel extends javax.swing.JPanel implements IViewPanel{ ...@@ -225,8 +225,7 @@ public class ParmDBPlotPanel extends javax.swing.JPanel implements IViewPanel{
return name; return name;
} }
public void setContent(Object anObject) { public void setContent(Object anObject) {
TreeNode aNode = (TreeNode)anObject; jParmDBnode node = (jParmDBnode)anObject;
jParmDBnode node = (jParmDBnode)aNode.getUserObject();
itsParamName = node.nodeID(); itsParamName = node.nodeID();
initPanel(itsParamName); initPanel(itsParamName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment