Skip to content

Commit

Permalink
Moved small comment xD
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Mar 12, 2022
1 parent eb9aca0 commit 94b7606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ public boolean generateJobsFromConfig() {

boolean useWhitelist = jobc.getBoolean("use-whitelist");
Map<Type, List<String>> whitelist = new HashMap<>();
// Legacy: Will be removed in future update
if(jobc.contains("whitelist")) {
// Legacy: Will be removed in future update
if(jobc.get("whitelist") instanceof List) {
List<String> white = jobc.getStringList("whitelist");
for(Type type : types) {
Expand Down

0 comments on commit 94b7606

Please sign in to comment.