1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-02 14:29:07 +01:00

Update JobCommands.java

This commit is contained in:
montlikadani 2018-08-16 18:16:22 +02:00 committed by GitHub
parent f913695350
commit a4d5e241d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import java.util.List;
public class JobCommands {
private String node;
private List<String> commands = new ArrayList<String>();
private List<String> commands = new ArrayList<>();
private int levelFrom;
private int levelUntil;