Committed by
Gerrit Code Review
Update based on review
Change-Id: I5f7d75e8b4dd5b4f2e74d8578b22212c6989a713
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment