Initial framework migration to netty.
[bgpcep.git] / bgp / linkstate / src / main / java / org / opendaylight / protocol / bgp / linkstate / NetworkLinkState.java
index 82d490ce38f8ac46d655feea7c7063121dff4912..1f0eab802308375c33c16b36734e30f842f6ee35 100644 (file)
@@ -156,7 +156,7 @@ public final class NetworkLinkState extends NetworkObjectState {
                return this.protectionType;
        }
 
-       public final NetworkObjectState withProtectionType(final LinkProtectionType protectionType) {
+       public final NetworkLinkState withProtectionType(final LinkProtectionType protectionType) {
                final NetworkLinkState ret = newInstance();
                ret.protectionType = protectionType;
                return ret;