Skip to content

Commit 477fee2

Browse files
SamCarlbergJLLeitschuh
authored andcommitted
Make Pipeline.eventBus transient (#722)
1 parent c26ccdc commit 477fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/edu/wpi/grip/core/Pipeline.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class Pipeline implements ConnectionValidator, SettingsProvider, StepInde
6161
private final Set<Connection> connections = new HashSet<>();
6262
@Inject
6363
@XStreamOmitField
64-
private EventBus eventBus;
64+
private transient EventBus eventBus;
6565
private final transient ReadWriteLock stepLock = new ReentrantReadWriteLock();
6666
private ProjectSettings settings = new ProjectSettings();
6767

0 commit comments

Comments
 (0)