Skip to content

Commit

Permalink
Remove CheckoutOption.requiresWorkspaceForPolling override (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Nov 17, 2023
1 parent f6739cc commit 8293c49
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ public Integer getTimeout() {
return timeout;
}

/**
* {@inheritDoc}
*/
@Override
public boolean requiresWorkspaceForPolling() {
return false;
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 8293c49

Please sign in to comment.