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

Update GuiInfoList.java

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

View File

@ -8,7 +8,7 @@ import com.gamingmesh.jobs.container.Job;
public class GuiInfoList { public class GuiInfoList {
String name; String name;
List<Job> jobList = new ArrayList<Job>(); List<Job> jobList = new ArrayList<>();
Boolean jobInfo = false; Boolean jobInfo = false;
int backButton = 27; int backButton = 27;