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

Add a bunch of final keywords #2927

Merged
merged 2 commits into from Jul 21, 2020
Merged

Add a bunch of final keywords #2927

merged 2 commits into from Jul 21, 2020

Conversation

trustin
Copy link
Member

@trustin trustin commented Jul 21, 2020

... to the classes and methods we did not intend to allow extending or
overriding.

... to the classes and methods we did not intend to allow extending or
overriding.
Copy link
Member

@minwoox minwoox left a comment

Choose a reason for hiding this comment

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

Nice work!

@@ -23,7 +23,7 @@
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelHandlerContext;

class Http1ServerKeepAliveHandler extends KeepAliveHandler {
final class Http1ServerKeepAliveHandler extends KeepAliveHandler {
Copy link
Contributor

Choose a reason for hiding this comment

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

🙇‍♂️

Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

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

Thanks a lot! @trustin 🙇‍♂️

@trustin trustin merged commit 0bb591d into line:master Jul 21, 2020
@trustin trustin deleted the more_finals branch July 21, 2020 07:29
fmguerreiro pushed a commit to fmguerreiro/armeria that referenced this pull request Sep 19, 2020
... to the classes and methods we did not intend to allow extending or
overriding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants