Skip to content

Commit

Permalink
0001345: The reload table JMX method and command isn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jul 24, 2013
1 parent e1c011b commit f2002d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void setExternalData(String externalData) {
}

public void setNodeList(String nodeList) {
putAttribute(ATTRIBUTE_EXTERNAL_DATA, nodeList);
putAttribute(ATTRIBUTE_NODE_LIST, nodeList);
}

public String getNodeList() {
Expand Down

0 comments on commit f2002d4

Please sign in to comment.