diff --git a/spring-shell-core/src/main/java/org/springframework/shell/style/ThemeSettings.java b/spring-shell-core/src/main/java/org/springframework/shell/style/ThemeSettings.java index be3ea875..f281d6a1 100644 --- a/spring-shell-core/src/main/java/org/springframework/shell/style/ThemeSettings.java +++ b/spring-shell-core/src/main/java/org/springframework/shell/style/ThemeSettings.java @@ -15,8 +15,6 @@ */ package org.springframework.shell.style; -import java.util.Arrays; - /** * {@link ThemeSettings} is storing {@link Theme} related settings together and * is base class for further customizations. diff --git a/spring-shell-standard-commands/src/main/java/org/springframework/shell/standard/commands/Version.java b/spring-shell-standard-commands/src/main/java/org/springframework/shell/standard/commands/Version.java index 5ba41a00..6ec83ff9 100644 --- a/spring-shell-standard-commands/src/main/java/org/springframework/shell/standard/commands/Version.java +++ b/spring-shell-standard-commands/src/main/java/org/springframework/shell/standard/commands/Version.java @@ -28,7 +28,6 @@ import org.jline.utils.AttributedString; import org.springframework.boot.info.BuildProperties; import org.springframework.boot.info.GitProperties; import org.springframework.core.io.Resource; -import org.springframework.core.io.ResourceLoader; import org.springframework.shell.standard.AbstractShellComponent; import org.springframework.shell.standard.ShellComponent; import org.springframework.shell.standard.ShellMethod;