Skip to content

[java][refactor] Remove Empty Space in CommandPayload #15934

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

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

Bradltr95
Copy link
Contributor

@Bradltr95 Bradltr95 commented Jun 22, 2025

User description

This is a simple PR to improve code quality.

  • Remove an empty space in the constructor.

💡 Additional Considerations

While cleaning the class I noticed that SonarCube was complaining about the use of a Generic wildcard in the class:
private final Map<String, ?> parameters;.

🔄 Types of changes

  • Cleanup (formatting, renaming)

PR Type

Other


Description

  • Remove unnecessary empty line in CommandPayload constructor

Changes walkthrough 📝

Relevant files
Formatting
CommandPayload.java
Remove unnecessary whitespace in constructor                         

java/src/org/openqa/selenium/remote/CommandPayload.java

  • Remove empty line between constructor declaration and implementation
  • +0/-1     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • - Remove an empty space in the constructor.
    @selenium-ci selenium-ci added the C-java Java Bindings label Jun 22, 2025
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link
    Contributor

    qodo-merge-pro bot commented Jun 22, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @diemol diemol merged commit 47af349 into SeleniumHQ:trunk Jun 23, 2025
    DineshKumarRA added a commit to DineshKumarRA/selenium that referenced this pull request Jun 23, 2025
    @Bradltr95 Bradltr95 deleted the refactor-remove-empty-space branch June 23, 2025 11:00
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants