BUG-50 : added tests for simple PCEP objects.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / object / AbstractObjectWithTlvsParser.java
similarity index 98%
rename from pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/message/AbstractObjectWithTlvsParser.java
rename to pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/object/AbstractObjectWithTlvsParser.java
index 625841d33126fc525d0bfaf1c0885c9f3e918646..3436024c0a91306af5d3f2992fe88d2d62d4654a 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.message;
+package org.opendaylight.protocol.pcep.impl.object;
 
 import org.opendaylight.protocol.pcep.PCEPDeserializerException;
 import org.opendaylight.protocol.pcep.spi.ObjectParser;