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

Fix the note of allocateNormal #11029

Merged
merged 1 commit into from
Feb 19, 2021
Merged

Conversation

discko
Copy link
Contributor

@discko discko commented Feb 19, 2021

Motivation:

correct a note of a method in netty/buffer/src/main/java/io/netty/buffer/PoolThreadCache.java

Modification:

origin: Try to allocate a small buffer...
to: Try to allocate a normal buffer...

Result:

origin: Try to allocate a small buffer...
to: Try to allocate a normal buffer...
@normanmaurer normanmaurer added this to the 4.1.60.Final milestone Feb 19, 2021
@normanmaurer normanmaurer merged commit 329dae1 into netty:4.1 Feb 19, 2021
normanmaurer pushed a commit that referenced this pull request Feb 19, 2021
Motivation:
Comment on method is outdated / incorrect.

Modification:
Adjust comment

Result:
Correct docs
@normanmaurer
Copy link
Member

Thanks!

raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:
Comment on method is outdated / incorrect.

Modification:
Adjust comment

Result:
Correct docs
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.

None yet

2 participants