Skip to content

Commit

Permalink
fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkm committed Sep 8, 2024
1 parent 51b18eb commit 85bfa9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/reflector/ConstructorUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import org.slf4j.LoggerFactory;

import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import java.lang.reflect.Parameter;

public final class ConstructorUtils {
Expand Down

0 comments on commit 85bfa9d

Please sign in to comment.