Skip to content

Commit

Permalink
Unnecessary imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk committed Aug 30, 2022
1 parent 37e950f commit 8221dd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/test/java/HttpEventCollector_JavaLoggingTest.java
Expand Up @@ -21,7 +21,6 @@
import org.apache.commons.lang3.StringUtils;
import org.junit.Assert;
import org.junit.Test;
import org.slf4j.LoggerFactory;

import java.util.ArrayList;
import java.util.Date;
Expand Down
9 changes: 5 additions & 4 deletions src/test/java/HttpEventCollector_LogbackTest.java
Expand Up @@ -14,20 +14,21 @@
* under the License.
*/

import java.rmi.server.ExportException;
import java.util.*;

import com.google.gson.JsonObject;
import com.google.gson.JsonPrimitive;
import com.splunk.logging.HttpEventCollectorErrorHandler;
import com.splunk.logging.HttpEventCollectorEventInfo;

import org.apache.commons.lang3.StringUtils;
import org.junit.Assert;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;

public final class HttpEventCollector_LogbackTest {

private String httpEventCollectorName = "LogbackTest";
Expand Down

0 comments on commit 8221dd3

Please sign in to comment.