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

Various minor code cleanups #520

Merged
merged 5 commits into from
Dec 23, 2020
Merged

Various minor code cleanups #520

merged 5 commits into from
Dec 23, 2020

Commits on Dec 23, 2020

  1. consistently order modificators

    Use the Java recommendation for sorting modificators like
    public, static, final.
    lonvia committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    79f569e View commit details
    Browse the repository at this point in the history
  2. use constants for ES index name and type

    Replaces the hard-coded strings which can be found in various
    locations of the code.
    lonvia committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    409f046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1e614 View commit details
    Browse the repository at this point in the history
  4. remove dead code and includes

    lonvia committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    be14a3f View commit details
    Browse the repository at this point in the history
  5. remove unnecessery generic

    This is a left-over from the removal of the Request inheritance
    hierarchy.
    lonvia committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    abadc8f View commit details
    Browse the repository at this point in the history