Skip to content

EventSourceManager small fix #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2021
Merged

EventSourceManager small fix #580

merged 1 commit into from
Oct 4, 2021

Conversation

csviri
Copy link
Collaborator

@csviri csviri commented Oct 4, 2021

Need this for v2 branch, but this might make sense to v1.*

@csviri csviri requested review from metacosm and lburgazzoli October 4, 2021 13:52
@@ -174,7 +174,7 @@ public void start() throws OperatorException {
}

try {
DefaultEventSourceManager<R> eventSourceManager = new DefaultEventSourceManager<>(this);
eventSourceManager = new DefaultEventSourceManager<>(this);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, I missed that when I made init throw an exception. Good catch!

@metacosm
Copy link
Collaborator

metacosm commented Oct 4, 2021

Please rebase your PR so that all commits follow the conventional commit message format: https://www.conventionalcommits.org/en/v1.0.0/

@csviri csviri force-pushed the access-event-source-manager branch from 4b15974 to 6a55b78 Compare October 4, 2021 15:19
@csviri
Copy link
Collaborator Author

csviri commented Oct 4, 2021

done.

@csviri csviri merged commit 3c24f70 into master Oct 4, 2021
@csviri csviri deleted the access-event-source-manager branch October 4, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants