Skip to content

Commit

Permalink
Unused imports removal
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Nov 6, 2019
1 parent be35ac2 commit fb897e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.sse.SseEventSource;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;

import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static org.awaitility.Awaitility.await;
import static org.junit.Assert.assertEquals;

@QuarkusTest
class PriceResourceTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.acme.rest.json;

import java.util.Objects;

public class Fruit {

public String name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.acme.rest.json;

import java.util.Objects;

import io.quarkus.runtime.annotations.RegisterForReflection;

@RegisterForReflection
Expand Down

0 comments on commit fb897e6

Please sign in to comment.