BUG-58: refactor to take advantage of netty
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / spi / BGPSessionPreferences.java
index fc679d68e51762897528a63b00da7f3e1320ab52..2899b527f46598de020f34c5f3527254837501a4 100644 (file)
@@ -10,15 +10,13 @@ package org.opendaylight.protocol.bgp.rib.impl.spi;
 import java.util.List;
 
 import org.opendaylight.protocol.bgp.parser.BGPParameter;
-
-import org.opendaylight.protocol.framework.SessionPreferences;
 import org.opendaylight.protocol.concepts.ASNumber;
 import org.opendaylight.protocol.concepts.IPv4Address;
 
 /**
  * DTO for BGP Session preferences, that contains BGP Open message.
  */
-public final class BGPSessionPreferences implements SessionPreferences {
+public final class BGPSessionPreferences {
 
        private final ASNumber as;