Skip to content

Commit

Permalink
[JENKINS-56466] MockFlowExecution may remain private
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum committed Jul 18, 2023
1 parent e611d9c commit e929275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ protected static class MockNode extends FlowNode {
@Override protected String getTypeDisplayName() {return null;}
}

protected static class MockFlowExecution extends FlowExecution {
private static class MockFlowExecution extends FlowExecution {
@Override
public void start() {
throw new UnsupportedOperationException();
Expand Down

0 comments on commit e929275

Please sign in to comment.