Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos committed Sep 2, 2022
1 parent cee2185 commit f236173
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@

package org.glassfish.jersey.tests.integration.jersey4697;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

import java.lang.management.ManagementFactory;
import java.lang.management.ThreadInfo;
import java.lang.management.ThreadMXBean;
import java.lang.reflect.Method;
import java.util.Arrays;
import java.util.Collection;
import java.util.Map;
import java.util.stream.Collectors;

import javax.inject.Inject;
import javax.management.JMX;
Expand All @@ -52,8 +48,7 @@
import org.glassfish.jersey.test.JerseyTest;
import org.junit.Test;

import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import static org.junit.Assert.assertEquals;

public class MonitoringEventListenerTest extends JerseyTest {

Expand Down

0 comments on commit f236173

Please sign in to comment.