From 0a074b37e4323702376139d9ce1b0e9c2b29d3bd Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 22 Feb 2022 08:07:52 +0000 Subject: [PATCH] Polish --- .../java/org/springframework/shell/style/ThemeSettings.java | 2 -- .../org/springframework/shell/standard/commands/Version.java | 1 - 2 files changed, 3 deletions(-) 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;