This commit is contained in:
Janne Valkealahti
2022-02-22 08:07:52 +00:00
parent 2d589f4752
commit 0a074b37e4
2 changed files with 0 additions and 3 deletions

View File

@@ -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.

View File

@@ -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;