Skip to content

Commit

Permalink
Merge pull request #319 from basil/guice
Browse files Browse the repository at this point in the history
Remove gratuitous usage of Guice
  • Loading branch information
hoegertn committed Mar 25, 2024
2 parents f7cee7a + cf09377 commit 3deb66f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.DataBoundSetter;

import javax.inject.Inject;
import java.time.Duration;
import java.util.Set;

Expand Down Expand Up @@ -129,7 +128,6 @@ public String getDisplayName() {

public static class Execution extends SynchronousNonBlockingStepExecution<Void> {

@Inject
private transient CFNDeleteStep step;

public Execution(CFNDeleteStep step, StepContext context) {
Expand Down

0 comments on commit 3deb66f

Please sign in to comment.