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

Fix typo in SetPipelineCommands method name #3773

Merged
merged 2 commits into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Fix typo in SetPipelineCommands method name

    One method in the SetPipelineCommands interface does not respect the
    general naming pattern. Add a new method that respects naming, and
    deprecate the other one.
    gerzse committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e28745a View commit details
    Browse the repository at this point in the history
  2. Refine javadoc for the deprecated method

    Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
    gerzse and sazzad16 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ccf1367 View commit details
    Browse the repository at this point in the history