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

Lowercase static final DeprecationLogger instance names #34887

Merged
merged 2 commits into from
Oct 26, 2018

Commits on Oct 25, 2018

  1. Lowercase DEPRECATION_LOGGER usage

    After discussing on the team's FixItFriday, we concluded that
    static final instance variables that are mutable should be lowercased.
    
    Historically, DeprecationLogger was uppercased more frequently than lowercased.
    
    related elastic#34872
    talevy committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    227a67b View commit details
    Browse the repository at this point in the history
  2. fix linelength

    talevy committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    d71d8aa View commit details
    Browse the repository at this point in the history