Move SendErrorExceptionUtil
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / SendErrorExceptionUtil.java
similarity index 99%
rename from netconf/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/SendErrorExceptionUtil.java
rename to netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/SendErrorExceptionUtil.java
index 4f93674224edd29c5d5465a69ffc9882b6669510..b119c3738bdf72a23df93c051a890e13f2171cf6 100644 (file)
@@ -5,8 +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.util.messages;
+package org.opendaylight.netconf.impl;
 
 import com.google.common.base.Preconditions;
 import io.netty.channel.Channel;