Rename lists such that they follow IETF conventions
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / RROSubobjectSerializer.java
index b1efa68cc632760b044dcae0f8cc8a91e4b924b7..5bb0e9cc5a90176465bb64581f94d720858f5390 100644 (file)
@@ -7,12 +7,12 @@
  */
 package org.opendaylight.protocol.pcep.spi;
 
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.reported.route.object.rro.Subobjects;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.reported.route.object.rro.Subobject;
 
 public interface RROSubobjectSerializer {
 
        @Deprecated
        int getType();
 
-       byte[] serializeSubobject(Subobjects subobject);
+       byte[] serializeSubobject(Subobject subobject);
 }