Skip to content

Commit

Permalink
formatting spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Mar 28, 2022
1 parent 776fac5 commit 10b812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/opensearch/ad/rest/ADRestTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.apache.http.util.EntityUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.core.Logger;
import org.opensearch.ad.AbstractADTest;
import org.opensearch.ad.TestHelpers;
import org.opensearch.ad.mock.model.MockSimpleLog;
import org.opensearch.ad.model.ADTask;
Expand All @@ -54,6 +53,7 @@
//TODO: remove duplicate code in HistoricalAnalysisRestTestCase
public class ADRestTestUtils {
protected static final Logger LOG = (Logger) LogManager.getLogger(ADRestTestUtils.class);

public enum DetectorType {
SINGLE_ENTITY_DETECTOR,
SINGLE_CATEGORY_HC_DETECTOR,
Expand Down

0 comments on commit 10b812d

Please sign in to comment.