Skip to content

Commit

Permalink
remove unused variable (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Oct 23, 2023
1 parent 1fa7cc5 commit 35ef77a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Set<String> getDependencies(Class<?> inspectClass) throws IOException {

@Test
void testJava11Invoke() throws IOException {
String className = "issue362.Bcel362";
Path path = Paths.get(
"src/test/resources/org/apache/maven/shared/dependency/analyzer/commons-bcel-issue362/Bcel362.classx");
DependencyClassFileVisitor visitor = new DependencyClassFileVisitor();
Expand Down

0 comments on commit 35ef77a

Please sign in to comment.