Move pcep base parser Activator to its own bundle
[bgpcep.git] / pcep / base-parser / src / main / java / org / opendaylight / protocol / pcep / parser / tlv / PathSetupTypeTlvParser.java
similarity index 98%
rename from pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/tlv/PathSetupTypeTlvParser.java
rename to pcep/base-parser/src/main/java/org/opendaylight/protocol/pcep/parser/tlv/PathSetupTypeTlvParser.java
index 8f87502a7f9c80fa57737810b01bf4fb31791940..c1e85463a68406f08caf83bfe13237168e023201 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.protocol.pcep.impl.tlv;
+package org.opendaylight.protocol.pcep.parser.tlv;
 
 import static org.opendaylight.protocol.util.ByteBufWriteUtil.writeUnsignedByte;