Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix style nit
Browse files Browse the repository at this point in the history
truthbk committed Oct 30, 2020
1 parent f0ce162 commit 699251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/datadog/jmxfetch/App.java
Original file line number Diff line number Diff line change
@@ -809,7 +809,7 @@ private void reportStatus(
metricCount, reporter.getServiceCheckCount(checkName),
message, status);
if (reporter.getHandler() != null) {
stats.addErrorStats(reporter.getHandler().getErrors());
stats.addErrorStats(reporter.getHandler().getErrors());
}
}

0 comments on commit 699251f

Please sign in to comment.