Skip to content

Commit e929275

Browse files
committed
[JENKINS-56466] MockFlowExecution may remain private
1 parent e611d9c commit e929275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ protected static class MockNode extends FlowNode {
355355
@Override protected String getTypeDisplayName() {return null;}
356356
}
357357

358-
protected static class MockFlowExecution extends FlowExecution {
358+
private static class MockFlowExecution extends FlowExecution {
359359
@Override
360360
public void start() {
361361
throw new UnsupportedOperationException();

0 commit comments

Comments
 (0)