diff --git a/src/dorkbox/network/connection/registration/local/RegistrationLocalHandler.java b/src/dorkbox/network/connection/registration/local/RegistrationLocalHandler.java index 79883580..8d591f5d 100644 --- a/src/dorkbox/network/connection/registration/local/RegistrationLocalHandler.java +++ b/src/dorkbox/network/connection/registration/local/RegistrationLocalHandler.java @@ -79,6 +79,12 @@ class RegistrationLocalHandler extends RegistrationHandler } } + @Override + public + void channelActive(ChannelHandlerContext context) throws Exception { + // not used (so we prevent the warnings from the super class) + } + // this SHOULDN'T ever happen, but we might shutdown in the middle of registration @Override public final