Skip to content

Commit

Permalink
Modular updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 29, 2024
1 parent 669f71c commit 40b7c32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/guicedee/guicedinjection/JobService.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public class JobService implements IGuicePreDestroy<JobService>, IJobService
public static final JobService INSTANCE = new JobService();
private static ExecutorService jobCleanup = null;

static
{
jobCleanup = INSTANCE.jobCleanup();
}

public JobService()
{
//No config required
Expand Down

0 comments on commit 40b7c32

Please sign in to comment.