Skip to content

Commit 205974a

Browse files
iddeepakPankraz76
andauthored
Update testlib/src/main/resources/java/removewildcardimports/JavaCodeWildcardsUnformatted.test
Co-authored-by: Consequences of Lacking Discipline <[email protected]>
1 parent ad37473 commit 205974a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testlib/src/main/resources/java/removewildcardimports/JavaCodeWildcardsUnformatted.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ import java.util.*;
22
import static java.util.Collections.*;
33
import java.util.List;
44
import mylib.Helper;
5+
import io.quarkus.maven.dependency.*;
6+
import static io.quarkus.vertx.web.Route.HttpMethod.*;
7+
import static org.springframework.web.reactive.function.BodyInserters.*;
58

69
public class Test {}

0 commit comments

Comments
 (0)