Skip to content

Commit

Permalink
Remove super.onResume left over in jenkinsci#46; see jenkinsci/work…
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 14, 2021
1 parent 64c123a commit a54afe2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public void stop(Throwable cause) throws Exception {
}

@Override public void onResume() {
super.onResume();
try {
Run<?, ?> run = getContext().get(Run.class);
if (state == null) {
Expand Down

0 comments on commit a54afe2

Please sign in to comment.