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

Polish formatting #7

Open
pderop opened this issue Aug 22, 2022 · 0 comments
Open

Polish formatting #7

pderop opened this issue Aug 22, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@pderop
Copy link
Collaborator

pderop commented Aug 22, 2022

Expected behavior

Basic formatting should be used, like a space after a try, or after comma

Actual behavior

in the MP codec, we have some code like:

return testHighNumberChunks(ctx,true, true);

or

try(RandomAccessFile accessFile = new RandomAccessFile(dest, "rw");

Also, javadoc should be reviewed and the following comment should be removed.

Steps to reproduce

Minimal yet complete reproducer code (or URL to code)

Netty version

JVM version (e.g. java -version)

OS version (e.g. uname -a)

@pderop pderop added the enhancement New feature or request label Aug 22, 2022
@pderop pderop added this to the 5.0.0.Alpha2 milestone Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant