Mark class ass private final

This commit is contained in:
Norman Maurer 2017-07-01 14:10:36 +02:00
parent 29c00b59dd
commit 122360f812
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import Foundation
import NIO
public class EchoHandler: ChannelInboundHandler {
private final class EchoHandler: ChannelInboundHandler {
public func channelRead(ctx: ChannelHandlerContext, data: IOData) {
// As we are not really interested getting notified on success or failure we just pass nil as promise to