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

Aggregations: Makes ValueFormat and ValueFormatter never null #11943

Merged
merged 1 commit into from Jul 1, 2015
Merged

Aggregations: Makes ValueFormat and ValueFormatter never null #11943

merged 1 commit into from Jul 1, 2015

Commits on Jul 1, 2015

  1. Aggregations: Makes ValueFormat and ValueFormatter never null

    This allows a lot of null checks to be removed where we were always falling back to the ValueFormat.RAW anyway. Now the format is set to ValueFormat.RAW when no alternative is suitable.
    
    Closes #10594
    colings86 committed Jul 1, 2015
    Copy the full SHA
    d73ce34 View commit details
    Browse the repository at this point in the history