Skip to content

Commit

Permalink
[BUILD][TEST] fix syntax unsupported in Java 5
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 26, 2023
1 parent 8cf375f commit 2d3b554
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/picocli/HelpSubCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ static class ImportCommand implements Runnable {
@Parameters(arity = "1..*")
public List<String> files;

@Override
public void run() {
System.out.println("ImportCommand.run()");
}
Expand Down

0 comments on commit 2d3b554

Please sign in to comment.