Make ConsoleLogger class follow line-length conventions.

This commit is contained in:
Jesse Prescott 2018-05-28 23:36:17 +01:00
parent 78a6167a1b
commit 55689fe1b5

View File

@ -22,7 +22,8 @@ import org.bukkit.plugin.java.JavaPlugin;
import org.fusesource.jansi.Ansi;
/**
* A custom logger used to add color to the console when using warnings and errors.
* A custom logger used to add color to the console when using warnings and
* errors.
*
* @author Jesse Prescott (BleedObsidian)
*/