Skip to content

Commit

Permalink
Remove CheckoutOption.requiresWorkspaceForPolling override
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Nov 14, 2023
1 parent ee5d977 commit daa95b6
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 daa95b6

Please sign in to comment.