Skip to content

Commit

Permalink
Merge pull request #142 from alwyn/master
Browse files Browse the repository at this point in the history
Heartbeat method getDetail made protected so that derived classes can…
  • Loading branch information
ar authored Mar 5, 2020
2 parents 8178ca0 + c7dc7ed commit 188103e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private void close() {
getLog().error (e);
}
}
private String getDetail (long start, int tick) {
protected String getDetail (long start, int tick) {
Runtime r = Runtime.getRuntime();
StringBuffer sb = new StringBuffer();
sb.append ("memory=");
Expand Down

0 comments on commit 188103e

Please # to comment.