From 7e634bb80e661331dc4fd3a80730348e32fcd205 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 13 Jun 2023 15:45:38 +0100 Subject: [PATCH] Polish --- .../annotation/support/CommandRegistrationFactoryBeanTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-shell-core/src/test/java/org/springframework/shell/command/annotation/support/CommandRegistrationFactoryBeanTests.java b/spring-shell-core/src/test/java/org/springframework/shell/command/annotation/support/CommandRegistrationFactoryBeanTests.java index d6045747..5a5a62f9 100644 --- a/spring-shell-core/src/test/java/org/springframework/shell/command/annotation/support/CommandRegistrationFactoryBeanTests.java +++ b/spring-shell-core/src/test/java/org/springframework/shell/command/annotation/support/CommandRegistrationFactoryBeanTests.java @@ -23,7 +23,6 @@ import org.springframework.boot.test.context.runner.ApplicationContextRunner; import org.springframework.context.annotation.Bean; import org.springframework.shell.Availability; import org.springframework.shell.AvailabilityProvider; -import org.springframework.shell.command.CommandOption; import org.springframework.shell.command.CommandRegistration; import org.springframework.shell.command.CommandRegistration.OptionArity; import org.springframework.shell.command.annotation.Command;