Removing deprecated getType() method from serializers.
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / subobject / XROSRLGSubobjectParser.java
index b93f1ed1d4a2324296a50bc1339ce1a0ec414422..222a936e2832e00df4742a4ae0e8eb00b14a295e 100644 (file)
@@ -73,9 +73,4 @@ public class XROSRLGSubobjectParser implements XROSubobjectParser, XROSubobjectS
 
                return XROSubobjectUtil.formatSubobject(TYPE, subobject.isMandatory(), retBytes);
        }
-
-       @Override
-       public int getType() {
-               return TYPE;
-       }
 }