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

use typeKey and typeClass instead of using type inconsistently #3032

Merged
merged 1 commit into from
Apr 29, 2015

Commits on Apr 29, 2015

  1. use typeKey and typeClass instead of using type inconsistently

    Before, we exchanged type and typeKey intermittently. Sometimes it
    was one or the other. This changes most usages of `type` to
    either `typeKey` or `typeClass` for internal consistency.
    
    The API docs were also changed to reflect this.
    
    The Store API docs have been changed to suggest using a string
    for a future patchset where we don't take factories to the store
    finder methods.
    Stanley Stuart committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    d308c31 View commit details
    Browse the repository at this point in the history