mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Fix the interface name :)
This commit is contained in:
parent
09189667ff
commit
3ee2129cf0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package com.anas.jcolorfulconsole;
|
|||
import com.anas.jcolorfulconsole.color.BackgroundColor;
|
||||
import com.anas.jcolorfulconsole.color.TextColor;
|
||||
|
||||
public interface ConsoleManger {
|
||||
public interface ConsoleManager {
|
||||
void setColor(TextColor textColor);
|
||||
void setBackgroundColor(BackgroundColor backgroundColor);
|
||||
void setProperty(ConsoleProperty property);
|
Loading…
Reference in a new issue