Rename lists such that they follow IETF conventions
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / XROSubobjectSerializer.java
index 50ffcb31c891a338e33b4a746c80b62a201e6c85..cc47c272d5c63950a5e3121c7a2d7870447ccdbd 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.exclude.route.object.xro.Subobjects;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.exclude.route.object.xro.Subobject;
 
 public interface XROSubobjectSerializer {
 
        @Deprecated
        int getType();
 
-       byte[] serializeSubobject(Subobjects subobject);
+       byte[] serializeSubobject(Subobject subobject);
 }