Skip to content

Commit

Permalink
Fix TopicAssociation not set after Jenkins restart
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Feb 3, 2023
1 parent 288f5dc commit f402636
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2176,11 +2176,8 @@ public Object readResolve() throws ObjectStreamException {
if (projectListIsReady == null) {
projectListIsReady = new CountDownLatch(0);
}

if (enableTopicAssociation) {
if (topicAssociation == null) {
topicAssociation = new TopicAssociation();
} else {
topicAssociation = null;
}

return super.readResolve();
Expand Down

0 comments on commit f402636

Please sign in to comment.