Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@khermano
Copy link
Contributor

@khermano khermano commented Aug 5, 2024

import java.nio.channels.SeekableByteChannel;
import java.nio.charset.StandardCharsets;
import java.util.logging.Logger;

Copy link
Member

Choose a reason for hiding this comment

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

Just a matter of taste, but I believe the extra space helps readability of certain groups of imported classes, especially from the same groupID. As such, I'd like the extra space to stay. WDYT @khermano ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. I already pushed changes. Thanks for the review.

@Override
public void setId(final String id) throws IllegalArgumentException {
this.getArchive().setId(id);

Copy link
Member

Choose a reason for hiding this comment

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

Probably just syntax fix from the IDE itself, I think we can keep these lines just to keep the diff clean as removing them doesn't really correspond with removing loggers

@khermano khermano force-pushed the SHRINKWRAP-542_from_main branch from 22abe83 to f70605a Compare August 6, 2024 07:24
Copy link
Member

@petrberan petrberan left a comment

Choose a reason for hiding this comment

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

LGTM, thx @khermano

@petrberan petrberan merged commit 2330a69 into shrinkwrap:main Aug 6, 2024
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.

2 participants