mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +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 {
|
public class JobCommands {
|
||||||
private String node;
|
private String node;
|
||||||
private List<String> commands = new ArrayList<String>();
|
private List<String> commands = new ArrayList<>();
|
||||||
private int levelFrom;
|
private int levelFrom;
|
||||||
private int levelUntil;
|
private int levelUntil;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user