Skip to content

Commit d6c0c1e

Browse files
committed
Remove unused import.
1 parent 293fc9b commit d6c0c1e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
architecture: x64
132132
cache: maven
133133
- name: Build project
134-
run: ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pintegration -Pextras
134+
run: ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pintegration -Pextras -Pchecks
135135
release:
136136
name: Release new version
137137
runs-on: ubuntu-18.04

byte-buddy-dep/src/main/java/net/bytebuddy/description/type/TypeDescription.java

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
import java.io.Serializable;
5050
import java.lang.annotation.Annotation;
51-
import java.lang.annotation.ElementType;
5251
import java.lang.reflect.*;
5352
import java.security.PrivilegedAction;
5453
import java.util.*;

0 commit comments

Comments
 (0)