Split Restconf implementations (draft02 and RFC) - move restconf
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / errors / RestconfError.java
similarity index 99%
rename from restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfError.java
rename to restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/errors/RestconfError.java
index f71de4353d0e981331619666cc0ec34f848948d8..0ed06e840abf31a51f1f4cb90dce2a97dabf3e78 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.netconf.sal.restconf.impl;
+package org.opendaylight.restconf.common.errors;
 
 import com.google.common.base.Preconditions;
 import com.google.common.base.Throwables;