Removing deprecated getType() method from serializers.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / subobject / XROPathKey32SubobjectParser.java
index 61acda20b3f53223d94fe2029c821bf34e737789..29945abd8dddce411108b873ce0f0bae512f5031 100644 (file)
@@ -67,9 +67,4 @@ public class XROPathKey32SubobjectParser implements XROSubobjectParser, XROSubob
                System.arraycopy(pceId, 0, retBytes, PCE_ID_F_OFFSET, pceId.length);
                return XROSubobjectUtil.formatSubobject(TYPE, subobject.isMandatory(), retBytes);
        }
-
-       @Override
-       public int getType() {
-               return TYPE;
-       }
 }