Skip to content

Commit

Permalink
Addresses linter error with import order
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 7aaf2cb commit d49e132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/datadog/jmxfetch/JmxComplexAttribute.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package org.datadog.jmxfetch;

import org.datadog.jmxfetch.service.ServiceNameProvider;

import lombok.extern.slf4j.Slf4j;

import org.datadog.jmxfetch.service.ServiceNameProvider;

import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
Expand Down

0 comments on commit d49e132

Please sign in to comment.