Move FramingMechanism
[netconf.git] / netconf / netconf-netty-util / src / test / java / org / opendaylight / netconf / nettyutil / handler / FramingMechanismHandlerFactoryTest.java
index 0655e6f88a384c38738ad42a759aff6fe17bad22..8e88544e275f771f315597d8b60d13c3d7aaca6b 100644 (file)
@@ -5,16 +5,14 @@
  * 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.nettyutil.handler;
 
 import org.hamcrest.CoreMatchers;
 import org.hamcrest.MatcherAssert;
 import org.junit.Test;
-import org.opendaylight.netconf.util.messages.FramingMechanism;
+import org.opendaylight.netconf.api.messages.FramingMechanism;
 
 public class FramingMechanismHandlerFactoryTest {
-
     @Test
     public void testCreate() throws Exception {
         MatcherAssert.assertThat(FramingMechanismHandlerFactory