fix DI
This commit is contained in:
@@ -32,7 +32,6 @@ public class ProtocolModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
@ServerScope
|
||||
ProtocolDecoder provideProtocolDecoder(
|
||||
ObjectPool<NettyConnectionContext> poolNettyConnectionContext,
|
||||
PacketPool poolPackets
|
||||
@@ -41,7 +40,6 @@ public class ProtocolModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
@ServerScope
|
||||
PacketInboundHandler providePacketInboundHandler(
|
||||
ObjectPool<NettyConnectionContext> poolNettyConnectionContext,
|
||||
PacketPool packetPool,
|
||||
|
||||
Reference in New Issue
Block a user