1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00

Update Language.java

This commit is contained in:
montlikadani 2018-08-16 18:06:34 +02:00 committed by GitHub
parent 7dd56a2698
commit 82a2e69daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ public class Language {
} }
public List<String> ColorsArray(List<String> text, Boolean colorize) { public List<String> ColorsArray(List<String> text, Boolean colorize) {
List<String> temp = new ArrayList<String>(); List<String> temp = new ArrayList<>();
for (String part : text) { for (String part : text) {
if (colorize) if (colorize)
part = Colors(part); part = Colors(part);