Skip to content

Commit

Permalink
Remove gratuitous usage of Guice
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 18, 2024
1 parent 693f49f commit 99985e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 @@ -128,7 +127,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 99985e2

Please sign in to comment.