Skip to content

Conversation

ibilley7
Copy link
Contributor

@ibilley7 ibilley7 commented Jun 2, 2025

A number of classes contain multiple variables assigned on the same line. Break up these assignments to separate lines.

Closes #3689

ibilley7 added 2 commits June 2, 2025 11:24
A number of classes contain multiple variables assigned on the same line. Break up these assignments to separate lines.

Closes apache#3689
@DomGarguilo
Copy link
Member

The build is failing due to unformatted files. If you run mvn clean package -DskipTests (-DskipTests just skips running the tests), the formatter will run. You'll just need to push a commit with the changes made by the formatter, then the build should pass.

@DomGarguilo DomGarguilo added this to the 4.0.0 milestone Jun 2, 2025
Copy link
Member

@DomGarguilo DomGarguilo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@DomGarguilo DomGarguilo merged commit 9c8e4a1 into apache:main Jun 3, 2025
8 checks passed
@DomGarguilo
Copy link
Member

Thanks for the PR @ibilley7. I see you aren't listed on our "people" page, acknowledging contributors. If you wish to be added as a contributor to https://accumulo.apache.org/people/ , please open a pull request to add yourself at https://github.com/apache/accumulo-website/edit/main/pages/people.md and leave a reference to apache/accumulo#5608 in your commit log.

If you intend to be a regular contributor to Accumulo projects, please consider subscribing to our developer mailing list (https://accumulo.apache.org/contact-us/) and introducing yourself.

(this message has been mostly copied and pasted from this comment)

ibilley7 added a commit to ibilley7/accumulo-website that referenced this pull request Jun 4, 2025
DomGarguilo pushed a commit to apache/accumulo-website that referenced this pull request Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert multi-assignments to separate assignments

3 participants