Satish K
Committed by Gerrit Code Review

Update based on review

Change-Id: I5f7d75e8b4dd5b4f2e74d8578b22212c6989a713
......@@ -100,7 +100,7 @@ public class PcepLabelDbVerTlv implements PcepValueType {
if (this == obj) {
return true;
}
if (obj instanceof PceccCapabilityTlv) {
if (obj instanceof PcepLabelDbVerTlv) {
PcepLabelDbVerTlv other = (PcepLabelDbVerTlv) obj;
return Objects.equals(this.rawValue, other.rawValue);
}
......