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