1
0
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:
montlikadani 2018-08-16 18:12:45 +02:00 committed by GitHub
parent 2fe04615e5
commit 234241e255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;