Skip to content

Commit

Permalink
Redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
liach committed Mar 11, 2024
1 parent c7de229 commit d4fc545
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.util.ArrayList;
import java.util.EnumSet;
import java.util.List;
import java.util.Locale;
import java.util.Set;

import javax.lang.model.element.AnnotationMirror;
Expand All @@ -38,7 +37,6 @@
import javax.lang.model.element.TypeParameterElement;
import javax.lang.model.type.ArrayType;
import javax.lang.model.type.DeclaredType;
import javax.lang.model.type.PrimitiveType;
import javax.lang.model.type.TypeMirror;
import javax.lang.model.type.TypeVariable;
import javax.lang.model.type.WildcardType;
Expand Down

0 comments on commit d4fc545

Please sign in to comment.