Skip to content

Commit 1b88d78

Browse files
author
Thomas Draier
committed
Fixed conflict resolution
1 parent 6ecbf6c commit 1b88d78

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/graphql/annotations/GraphQLObjectTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333

3434
import javax.validation.constraints.NotNull;
3535
import java.lang.reflect.AnnotatedType;
36-
import java.util.HashMap;
37-
import java.util.List;
38-
import java.util.Map;
39-
import java.util.Optional;
40-
import java.util.UUID;
36+
import java.util.*;
4137
import java.util.function.Supplier;
4238

4339
import static graphql.Scalars.GraphQLString;

0 commit comments

Comments
 (0)