Skip to content

Commit

Permalink
Remoing unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 13, 2020
1 parent 197703a commit 383f082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.bytebuddy.asm;

import net.bytebuddy.Bar;
import net.bytebuddy.ByteBuddy;
import net.bytebuddy.description.method.MethodDescription;
import net.bytebuddy.description.modifier.Ownership;
Expand All @@ -16,7 +15,6 @@
import net.bytebuddy.implementation.bytecode.member.MethodVariableAccess;
import net.bytebuddy.pool.TypePool;
import net.bytebuddy.test.packaging.AdviceTestHelper;
import net.bytebuddy.test.utility.DebuggingWrapper;
import net.bytebuddy.test.utility.JavaVersionRule;
import net.bytebuddy.utility.JavaType;
import org.junit.Rule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import net.bytebuddy.build.gradle.api.ChangeType;
import net.bytebuddy.build.gradle.api.FileChange;
import net.bytebuddy.pool.TypePool;
import org.gradle.api.Project;

import java.io.File;
Expand Down

0 comments on commit 383f082

Please sign in to comment.