Skip to content

Commit

Permalink
remove wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykwok1992 committed Mar 20, 2024
1 parent aa9b43d commit e86ee2e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
import java.util.Collections;
import java.util.List;

import com.squareup.javapoet.*;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.ParameterizedTypeName;
import com.squareup.javapoet.TypeName;
import com.squareup.javapoet.TypeSpec;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit e86ee2e

Please sign in to comment.