Fix the interface name :)

This commit is contained in:
Anas Elgarhy 2022-03-24 19:38:10 +02:00
parent 09189667ff
commit 3ee2129cf0
1 changed files with 1 additions and 1 deletions

View File

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