fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Modernize code #267

Closed Glavo closed 1 year ago

Glavo commented 1 year ago

Use Java 8 features for some harmless cleaning.

Glavo commented 1 year ago

I don't think the star import is required, otherwise LGTM

Just because the IDE imports it automatically. I updated the PR to resolve it.