Skip to content

Commit

Permalink
0003126: Support viewing Remote Status of Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Jun 20, 2017
1 parent 46a1195 commit 3a95d45
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -1189,6 +1189,11 @@ public IUpdateService getUpdateService() {
@Override
public String getNodeId() {
return getNodeService().findIdentityNodeId();
}
}

@Override
public String toString() {
return "Engine " + getNodeId() + " " + super.toString();
}

}

0 comments on commit 3a95d45

Please sign in to comment.