Skip to content

Commit

Permalink
Remove getStartTask method
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
  • Loading branch information
adamrtalbot committed Apr 12, 2024
1 parent 5b2d406 commit c8cc1e5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,4 @@ class AzPoolOpts implements CacheFunnel {
else
return ''
}

static AzStartTaskOpts getStartTask(Map opts) {
return new AzStartTaskOpts( opts )
}
}

0 comments on commit c8cc1e5

Please sign in to comment.