Skip to content

Commit

Permalink
Reorders cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed May 31, 2024
1 parent 0d6a8cf commit 66d2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/datadog/jmxfetch/Instance.java
Original file line number Diff line number Diff line change
Expand Up @@ -865,8 +865,8 @@ public void cleanUp() {
* Asynchronoush cleanup of instance, including connection.
* */
public synchronized void cleanUpAsync() {
appConfig = null;
cleanupTelemetryBean();
this.appConfig = null;
class AsyncCleaner implements Runnable {
Connection conn;

Expand Down

0 comments on commit 66d2288

Please sign in to comment.