Move pcep base parser Activator to its own bundle
[bgpcep.git] / pcep / base-parser / src / main / java / org / opendaylight / protocol / pcep / parser / tlv / AbstractVendorSpecificTlvParser.java
similarity index 98%
rename from pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/tlv/AbstractVendorSpecificTlvParser.java
rename to pcep/base-parser/src/main/java/org/opendaylight/protocol/pcep/parser/tlv/AbstractVendorSpecificTlvParser.java
index cd4eaad4358b1a862dbc0845e9db1a738943dedc..2ca7739113f7f5ea618f30c47025d68ceb428aa5 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.impl.tlv;
+package org.opendaylight.protocol.pcep.parser.tlv;
 
 import static org.opendaylight.protocol.util.ByteBufWriteUtil.writeUnsignedInt;