Skip to content

Commit

Permalink
PIP-583 Update to local HAPI class TermDeferredStorageSvc to bring in…
Browse files Browse the repository at this point in the history
…to line with HAPI version 7.6.0
  • Loading branch information
pgwilliams committed Jan 7, 2025
1 parent c81143d commit 7706ba5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ public void logQueueForUnitTest() {

}

@Override
public boolean isJobsExecuting() {
return false;
}

@Override
public void disallowDeferredTaskTimeout() {

Expand Down

0 comments on commit 7706ba5

Please sign in to comment.