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

Core: Combine doExecute methods in TransportAction #31517

Merged
merged 5 commits into from
Jun 22, 2018

Commits on Jun 21, 2018

  1. Core: Combine doExecute methods in TransportAction

    TransportAction currently contains 2 doExecute methods, one which takes
    a the task, and one that does not. The latter is what some subclasses
    implement, while the first one just calls the latter, dropping the given
    task. This commit combines these methods, in favor of just always
    assuming a task is present.
    rjernst committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    e2d6519 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. fix checkstyle

    rjernst committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    d4ed680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a312c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8a9ca View commit details
    Browse the repository at this point in the history
  4. fix compile

    rjernst committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a3ba5a3 View commit details
    Browse the repository at this point in the history