Satish K
Committed by Gerrit Code Review

Update based on review

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