Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…celLockers into ormlite-jdbc
  • Loading branch information
Jakubk15 committed Jan 14, 2025
2 parents ca5922e + 441acd6 commit 0507635
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

public class TestScheduler implements Scheduler {
private final ScheduledExecutorService executorService = Executors.newScheduledThreadPool(8);

public void shutdown() {
executorService.shutdown();
}

@Override
public Task run(Runnable runnable) {
Expand Down

0 comments on commit 0507635

Please sign in to comment.