Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / src / test / java / org / opendaylight / netconf / server / util / DeserializerExceptionHandlerTest.java
similarity index 97%
rename from protocol/netconf-impl/src/test/java/org/opendaylight/netconf/impl/util/DeserializerExceptionHandlerTest.java
rename to protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/util/DeserializerExceptionHandlerTest.java
index 91f0b5451d668284eeff6f752f886a235e057f05..2a4a1dc5584d52d9ba837285475e0d1c80652225 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.impl.util;
+package org.opendaylight.netconf.server.util;
 
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.doReturn;
@@ -21,7 +21,6 @@ import org.junit.Before;
 import org.junit.Test;
 
 public class DeserializerExceptionHandlerTest {
-
     private DeserializerExceptionHandler handler;
     private ChannelFuture channelFuture;
     private ChannelHandlerContext context;