Promote MessageRegistry to pcep-api
[bgpcep.git] / pcep / api / src / main / java / org / opendaylight / protocol / pcep / PCEPDeserializerException.java
similarity index 96%
rename from pcep/spi/src/main/java/org/opendaylight/protocol/pcep/spi/PCEPDeserializerException.java
rename to pcep/api/src/main/java/org/opendaylight/protocol/pcep/PCEPDeserializerException.java
index 92c92b70191ac27c15dffb75e238f2afdb50ad39..46c7bd189c01dc501cb84f056e289cd39ed86753 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.protocol.pcep.spi;
+package org.opendaylight.protocol.pcep;
 
 /**
  * Used when something occurs during parsing bytes to java objects.