Relocate message package from view

- Relates #813
This commit is contained in:
Janne Valkealahti
2023-10-20 08:48:36 +01:00
parent 433c1f96f0
commit 92eb7dd2b7
21 changed files with 25 additions and 25 deletions

View File

@@ -18,11 +18,11 @@ package org.springframework.shell.docs;
import org.jline.terminal.Terminal;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.shell.component.message.ShellMessageBuilder;
import org.springframework.shell.component.view.TerminalUI;
import org.springframework.shell.component.view.control.BoxView;
import org.springframework.shell.component.view.event.EventLoop;
import org.springframework.shell.component.view.event.KeyEvent.Key;
import org.springframework.shell.component.view.message.ShellMessageBuilder;
import org.springframework.shell.geom.HorizontalAlign;
import org.springframework.shell.geom.VerticalAlign;