mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update ArchivedJobs.java
This commit is contained in:
parent
2fe04615e5
commit
234241e255
@ -5,7 +5,7 @@ import java.util.Set;
|
||||
|
||||
public class ArchivedJobs {
|
||||
|
||||
private Set<JobProgression> jobs = new HashSet<JobProgression>();
|
||||
private Set<JobProgression> jobs = new HashSet<>();
|
||||
|
||||
public Set<JobProgression> getArchivedJobs() {
|
||||
return jobs;
|
||||
|
Loading…
Reference in New Issue
Block a user