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:
parent
f913695350
commit
a4d5e241d1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user