Skip to content
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

Rename callCollectionStateFuntion to callCollectionStateFunction #851

Merged

Conversation

q0rban
Copy link
Contributor

@q0rban q0rban commented Apr 2, 2019

Overview

This pull request:

  • Fixes a bug
  • Adds a feature
  • Breaks backwards compatibility
  • Has tests that cover changes

Summary

There was a typo in a method name in the CollectionBuilder class. Thankfully it is a protected method so it should be somewhat safe from API breaks.

@greg-1-anderson
Copy link
Member

Yeah, it's unlikely that anyone will be calling that method directly (only possible from CollectionBuilder derived classes, which should be rare). If it causes a problem, we can add back the misspelled version of the method.

Thanks for the fix.

@greg-1-anderson greg-1-anderson merged commit 98ed6e4 into consolidation:master Apr 2, 2019
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.

None yet

2 participants