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

COMPRESS-579 - Remove redundant local variable #195

Merged
merged 1 commit into from May 22, 2021
Merged

COMPRESS-579 - Remove redundant local variable #195

merged 1 commit into from May 22, 2021

Conversation

arturobernalg
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 86.839% when pulling 8dbf582 on arturobernalg:feature/COMPRESS-579 into 9bc02b2 on apache:master.

@@ -569,7 +569,7 @@ public void testTarFileLongNameLargerThanBuffer() throws IOException {
}

private String createLongName(final int nameLength) {
final StringBuffer buffer = new StringBuffer();
final StringBuilder buffer = new StringBuilder();
Copy link
Member

Choose a reason for hiding this comment

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

I don't see any redundant variable here :-)

I assume you added changes you intended to create as separate commits by accident. Please make sure your PR title and description matches what your change actually does.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, sorry.
It was intentionally, I didn't think another PR was necessary. Next time will be more careful
TY

@bodewig bodewig merged commit 8fc60bf into apache:master May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants