forked from Cookies_Github_mirror/AquaDX
[O] Simplify class name for logging
This commit is contained in:
@@ -63,7 +63,7 @@ class AimeDbServer(
|
||||
|
||||
@Component
|
||||
class AimeDbServerInitializer(
|
||||
val aimeDbRequestHandler: AimeDbRequestHandler
|
||||
val aimeDbRequestHandler: AimeDB
|
||||
) : ChannelInitializer<SocketChannel>() {
|
||||
override fun initChannel(ch: SocketChannel) {
|
||||
ch.pipeline().apply {
|
||||
|
||||
Reference in New Issue
Block a user